Click here to Skip to main content
15,919,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: (Beginner) Explanations about rewind, eof(), reading a file several times Pin
garfaoui25-Jul-07 5:25
garfaoui25-Jul-07 5:25 
GeneralRe: (Beginner) Explanations about rewind, eof(), reading a file several times Pin
David Crow25-Jul-07 5:35
David Crow25-Jul-07 5:35 
NewsRe: (Beginner) Explanations about rewind, eof(), reading a file several times Pin
garfaoui25-Jul-07 21:24
garfaoui25-Jul-07 21:24 
QuestionCString to char conversion Pin
pete007_ke24-Jul-07 22:43
pete007_ke24-Jul-07 22:43 
AnswerRe: CString to char conversion Pin
jhwurmbach24-Jul-07 23:37
jhwurmbach24-Jul-07 23:37 
GeneralRe: CString to char conversion Pin
pete007_ke25-Jul-07 1:03
pete007_ke25-Jul-07 1:03 
Question"Language for non-Unicode programs " affects my unicode program Pin
code_discuss24-Jul-07 22:02
code_discuss24-Jul-07 22:02 
GeneralRe: "Language for non-Unicode programs " affects my unicode program Pin
Matthew Faithfull25-Jul-07 0:54
Matthew Faithfull25-Jul-07 0:54 
If you're using Windows CE up to 5.0 then you've simply run up against the 'can't use more than one east asian language' (Chinese, Japanese, Korean) limitation which is built into CE.
It sounds more like XP in which case your problem would likely be with the default code page as I think that's what's being set in the dialog you mention. Somewhere in your code the default code page is being referenced in a conversion from UNICODE to ANSI characters and setting it to non English is messing up one set of characters or the other. I suspect that when the default code page is English Windows can detect Chinese and Korean characters because they're all 'invalid' in the old ASCII range but when it's Chinese the Korean character values look valid. (Beause of CJK shared characters some of them probably are ). To be safe accross Windows systems that default to all 3 languages you'll need to find the conversion that's failing and preferably avoid it altogether. Remember to separate what you see (glyphs from a font) from the code points that are being represented. I find it helps to try and think in code points but that's really difficult if you're looking at your native language. I18n is hard, good luck.

Nothing is exactly what it seems but everything with seems can be unpicked.

QuestionCreating folder in start menu with a dot(.) at end. Pin
Y K Kishore Kumar24-Jul-07 21:57
Y K Kishore Kumar24-Jul-07 21:57 
AnswerRe: Creating folder in start menu with a dot(.) at end. Pin
Jonathan [Darka]24-Jul-07 22:46
professionalJonathan [Darka]24-Jul-07 22:46 
GeneralRe: Creating folder in start menu with a dot(.) at end. Pin
Y K Kishore Kumar24-Jul-07 23:17
Y K Kishore Kumar24-Jul-07 23:17 
GeneralRe: Creating folder in start menu with a dot(.) at end. Pin
Jonathan [Darka]24-Jul-07 23:22
professionalJonathan [Darka]24-Jul-07 23:22 
AnswerRe: Creating folder in start menu with a dot(.) at end. Pin
David Crow25-Jul-07 3:28
David Crow25-Jul-07 3:28 
Questionconvert WTL to MFC Pin
Rokini24-Jul-07 21:47
Rokini24-Jul-07 21:47 
AnswerRe: convert WTL to MFC Pin
Kevin McFarlane25-Jul-07 6:45
Kevin McFarlane25-Jul-07 6:45 
AnswerRe: convert WTL to MFC Pin
DevMentor.org25-Jul-07 8:46
DevMentor.org25-Jul-07 8:46 
QuestionVC++ application is Multitasking? Pin
rp_suman24-Jul-07 20:58
rp_suman24-Jul-07 20:58 
AnswerRe: VC++ application is Multitasking? Pin
Cedric Moonen24-Jul-07 21:02
Cedric Moonen24-Jul-07 21:02 
QuestionHow to Copy all files from a folder to another folder, recursively? Pin
Mushtaque Nizamani24-Jul-07 20:36
Mushtaque Nizamani24-Jul-07 20:36 
AnswerRe: How to Copy all files from a folder to another folder, recursively? Pin
Paul M Watt24-Jul-07 21:01
mentorPaul M Watt24-Jul-07 21:01 
QuestionDownloading in mfc Pin
deeps_cute24-Jul-07 20:24
deeps_cute24-Jul-07 20:24 
QuestionRe: Downloading in mfc Pin
David Crow25-Jul-07 3:32
David Crow25-Jul-07 3:32 
AnswerRe: Downloading in mfc Pin
Hamid_RT31-Jul-07 20:20
Hamid_RT31-Jul-07 20:20 
QuestionHow to minimise the application Pin
john563224-Jul-07 19:22
john563224-Jul-07 19:22 
QuestionRe: How to minimise the application Pin
prasad_som24-Jul-07 21:11
prasad_som24-Jul-07 21:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.