词典需要输出中文的解释, 所以我需要处理C++输出中文的问题。
我们的编码规范规定C++源代码必须是UTF-8编码存储, 而C++输出的文字的编码和源代码的编码是一样的, 同时C++在Windows下输出UTF-8文字会很奇怪, 所以我现在只能够设法让其输出GBK编码的文字。
于是, 只需要在编译之前将源代码转码为GBK即可。
注意 - 你可以用以下 HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
昵称
邮箱
网址
Δ
本文链接:https://twd2.me/archives/8394
发表评论