Search found 2 matches
- Mon Dec 11, 2006 07:26
- Forum: Help
- Topic: The utf8 encoding doesn't work in VC8. (but, works in VC7.1)
- Replies: 1
- Views: 1032
File input test -> OK
I tried to load utf-8 text from file. (in VC8) In that case, it worked very well. Therefore, I think that VC8 has some bugs. ^_^ ------------------------------------------------------------------------------- FILE *stream; char list[21] = {0, }; if( (stream = fopen( "test.txt", "r+t&q...
- Mon Dec 11, 2006 00:21
- Forum: Help
- Topic: The utf8 encoding doesn't work in VC8. (but, works in VC7.1)
- Replies: 1
- Views: 1032
The utf8 encoding doesn't work in VC8. (but, works in VC7.1)
Hello. ^^ I'm sorry that I am poor at English. ------------------------------------------------------------------------------------ [Question] Yesterday, I found a strange situation. I wanted to draw korean characters. VC 7.1 + CEGUI 0.4.x(or CEGUI 0.5.x) worked very well. Please, see the VC7.1 scre...