使用ofstream输出unicode
2019-02-21 06:38:03来源:博客园 阅读 ()
void saveWideFileHead(std::ofstream& out)// 写入文件内容前,先写入BOM { char const* const utf16head = "\xFF\xFE"; out.write(utf16head, 2); } void saveWideFileContent(std::ofstream& out, wchar_t const* str, int size) { char const* pos = (char const*)str; out.write(pos, size); } void saveWideFileCRLF(std::ofstream& out)// 写入回车换行符 { char const* const utf16head = "\x0D\x00\x0A\x00"; out.write(utf16head, 4); } void Test() { std::ofstream of("test.log", std::ios::binary | std::ios::out); saveWideFileHead(of); CString str("hello中国world1234"); saveWideFileContent(of, str, str.GetLength() * 2); saveWideFileCRLF(of); saveWideFileContent(of, str, str.GetLength() * 2); of.close(); }
原文链接:https://www.cnblogs.com/manongdashu/p/10405416.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- C++ 在名称空间中使用using声明和using编译指令 2020-05-29
- 1.ffmpeg、ffplay、ffprobe命令使用 2020-05-11
- 关于使用ffmpeg的一些牢骚 2020-05-08
- G++编译链接的那些事!G++的特殊使用方法[常用] 2020-04-19
- c/c++ 使用valgrind检查内存泄漏 2020-04-14
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash