问题描述
1)准备一个正确显示日文字符的环境。
2)从命令提示符启动EUDCEDIT.exe(Windows 10中有EUDCEDIT.exe)
3)为EUDC文件的CODE F040绘制一个字符
4)保存EUDC文件。
5)将其链接到所有字体。
)打开IME键盘。
7)跳转到Shift-JIS代码的EUDC区域,你会发现EUDC字符为0xF040。
8)创建一个C#控制台应用程序
9)在program.cs文件中,插入绘制的字符,你会发现只显示正方形。
这是Visual Studio中C#编辑器的错误吗?
1)Prepare an environment where Japanese character are shown correctly.
2)Start EUDCEDIT.exe from Command Prompt (There is EUDCEDIT.exe in Windows 10)
3)Paint a character for CODE F040 of EUDC files
4)Save the EUDC files.
5)Link it to all Fonts.
6)Open IME pad.
7)Jump to EUDC area of Shift-JIS code and you find EUDC character for 0xF040.
8)Create a C# console application
9) In the program.cs file, inserted the painted character, you will find just square displayed.
Is it a bug for the C# editor in Visual Studio?
推荐答案
这篇关于创建/绘制的字符无法在C#文件中正确显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!