SDI for GB2312
-
hi, Anyone know how to display the GB2312 formatted in an MFC application. I just have create an SDI to read the the text file formatted in GB2312. I tried it dosen't display the chineese kanji characters. please help me out.
-
hi, Anyone know how to display the GB2312 formatted in an MFC application. I just have create an SDI to read the the text file formatted in GB2312. I tried it dosen't display the chineese kanji characters. please help me out.
whether it is displaying any other language?
Величие не Бога может быть недооценена.
-
hi, Anyone know how to display the GB2312 formatted in an MFC application. I just have create an SDI to read the the text file formatted in GB2312. I tried it dosen't display the chineese kanji characters. please help me out.
Just a guess here but maybe you need to use the right font with the right charset to display your texts.If you check out the LOGFONT[^] structure and look at the lfCharSet member it can have the value of GB2312_CHARSET. That looks promising, does it not? :)
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Life: great graphics, but the gameplay sux. <
-
Just a guess here but maybe you need to use the right font with the right charset to display your texts.If you check out the LOGFONT[^] structure and look at the lfCharSet member it can have the value of GB2312_CHARSET. That looks promising, does it not? :)
> The problem with computers is that they do what you tell them to do and not what you want them to do. < > Life: great graphics, but the gameplay sux. <
yes that looks helpful,, let me look in to the LOGFONT now. thanks anyways.
-
whether it is displaying any other language?
Величие не Бога может быть недооценена.
yes it does,, like if the same chracters are in unicode(utf-8) format