Unicode file I/O framework?

Started by
2 comments, last by SiCrane 15 years, 4 months ago
Hello, Does any of you know if there is a framework, that allows me to easily read/write unicode text from/to a file? I would like something not soaked in Microsoft code, but if it is, then it should be abstracted away and fairly easy to integrate. A platform-independent solution would be preferable. Thanks in advance.
Quote:CalvinI am only polite because I don't know enough foul languageQuote:Original post by superpigI think the reason your rating has dropped so much, Mercenarey, is that you come across as an arrogant asshole.
Advertisement
What functionality are you looking for? What programming language(s) are you using?
C++.

Functionality would be file I/O in Unicode.
Quote:CalvinI am only polite because I don't know enough foul languageQuote:Original post by superpigI think the reason your rating has dropped so much, Mercenarey, is that you come across as an arrogant asshole.
If that's all you want, then you can just use std::fstream.

This topic is closed to new replies.

Advertisement