Click here to Skip to main content
15,892,927 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to read unicode file Pin
Anand Paranjpe12-Oct-03 23:36
Anand Paranjpe12-Oct-03 23:36 
GeneralRe: how to read unicode file Pin
YaronNir12-Oct-03 23:47
YaronNir12-Oct-03 23:47 
GeneralRe: how to read unicode file Pin
Anthony_Yio13-Oct-03 0:45
Anthony_Yio13-Oct-03 0:45 
GeneralMFC / ActiveX integration error Pin
przemm12-Oct-03 22:58
przemm12-Oct-03 22:58 
Generaldebugging layered service providers Pin
andy dungey12-Oct-03 22:39
andy dungey12-Oct-03 22:39 
QuestionDifference btw MBCS and Unicode? Pin
fynox12-Oct-03 22:32
fynox12-Oct-03 22:32 
AnswerRe: Difference btw MBCS and Unicode? Pin
Anand Paranjpe12-Oct-03 23:05
Anand Paranjpe12-Oct-03 23:05 
AnswerRe: Difference btw MBCS and Unicode? Pin
Anthony_Yio13-Oct-03 1:05
Anthony_Yio13-Oct-03 1:05 
In UNICODE, all the characters are in two bytes. (english characters, chinese characters, kanji characters, vietnamese character, etc )

In MBCS, english characters A-Z , a-z are in single bytes, but some characters like numeric 1- 10, chinese characters, kanji characters, vietnamese character, etc should be treated as two bytes or else you will not be able to read it properly.

You need a in depth study to understand it.

For your case as I assume you do not know about the languages like Chinese, Kanji, and etc. I suggest you to stick to UNICODE.

Just my suggestion.

Hope this helps.

Sonork 100.41263:Anthony_Yio
AnswerRe: Difference btw MBCS and Unicode? Pin
Michael Dunn13-Oct-03 4:37
sitebuilderMichael Dunn13-Oct-03 4:37 
GeneralRe: Difference btw MBCS and Unicode? Pin
fynox13-Oct-03 16:28
fynox13-Oct-03 16:28 
General100% CPU Usage problem in multithreading Pin
samhita12-Oct-03 22:32
samhita12-Oct-03 22:32 
GeneralRe: 100% CPU Usage problem in multithreading Pin
jmkhael12-Oct-03 22:49
jmkhael12-Oct-03 22:49 
GeneralRe: 100% CPU Usage problem in multithreading Pin
Anand Paranjpe12-Oct-03 22:51
Anand Paranjpe12-Oct-03 22:51 
GeneralRe: 100% CPU Usage problem in multithreading Pin
samhita13-Oct-03 2:51
samhita13-Oct-03 2:51 
GeneralRe: 100% CPU Usage problem in multithreading Pin
jhwurmbach13-Oct-03 3:19
jhwurmbach13-Oct-03 3:19 
GeneralRe: 100% CPU Usage problem in multithreading Pin
Michael Dunn13-Oct-03 4:40
sitebuilderMichael Dunn13-Oct-03 4:40 
GeneralRe: 100% CPU Usage problem in multithreading Pin
jhwurmbach13-Oct-03 4:46
jhwurmbach13-Oct-03 4:46 
Questionwho knows shared memory of command window? Pin
includeh1012-Oct-03 22:10
includeh1012-Oct-03 22:10 
AnswerRe: who knows shared memory of command window? Pin
Anthony_Yio13-Oct-03 1:13
Anthony_Yio13-Oct-03 1:13 
GeneralRemoving icon from header Pin
Chernobog112-Oct-03 21:51
Chernobog112-Oct-03 21:51 
GeneralRe: Removing icon from header Pin
Anand Paranjpe12-Oct-03 22:45
Anand Paranjpe12-Oct-03 22:45 
GeneralRe: Removing icon from header Pin
Chernobog112-Oct-03 23:34
Chernobog112-Oct-03 23:34 
GeneralRe: Removing icon from header Pin
Anand Paranjpe12-Oct-03 23:50
Anand Paranjpe12-Oct-03 23:50 
QuestionODBC in RunTime? Pin
murali_utr12-Oct-03 21:01
murali_utr12-Oct-03 21:01 
QuestionHow to get mapped drive info Pin
samhita12-Oct-03 20:40
samhita12-Oct-03 20:40 

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.