Home > Software engineering >  Button Chinese garbled
Button Chinese garbled

Time:09-21

Using vb to write a program, I have Chinese and English two kinds of interface, language translation in ini configuration, format is as follows: the Chinese version I adjust _1; The English version of my adjusted _2;
[the Info]
StrSave_1=save
StrSave_2=Save
No problem in Chinese operating system, operating system in the English language: I program, Chinese characters are shown in the menu is normal, why am I the Button and the Chinese label control is not normal?

CodePudding user response:

For computer no noise, only the binary bytes; To the human brain is gibberish, GBK: 0 xb0 0 xa1, Unicode - 16 LE: 0 x4a 0 x55, Unicode - 16 BE: 0 x55 0 x4a, utf-8 8-0 x95 xE5 0 0 x8a

CodePudding user response:

How should I change it, why do I program menu of Chinese has no problem? A Chinese characters menu setting method and the assignment of Chinese characters in button is the same

CodePudding user response:

Do you want to display Chinese characters in es system?

CodePudding user response:

Pack the Chinese font file

CodePudding user response:

In English system display Chinese characters,

CodePudding user response:

Windows 7 English version operating system according to simplified Chinese program the code
Windows 7 English version operating system according to simplified Chinese program gibberish
  • Related