Click here to Skip to main content
16,018,057 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: get wide character and multibyte character value Pin
George_George25-Jan-08 3:30
George_George25-Jan-08 3:30 
GeneralRe: get wide character and multibyte character value Pin
CPallini24-Jan-08 21:08
mveCPallini24-Jan-08 21:08 
GeneralRe: get wide character and multibyte character value Pin
Nemanja Trifunovic25-Jan-08 3:17
Nemanja Trifunovic25-Jan-08 3:17 
GeneralRe: get wide character and multibyte character value Pin
Nemanja Trifunovic24-Jan-08 4:29
Nemanja Trifunovic24-Jan-08 4:29 
GeneralRe: get wide character and multibyte character value Pin
George_George24-Jan-08 14:32
George_George24-Jan-08 14:32 
GeneralRe: get wide character and multibyte character value Pin
Nemanja Trifunovic24-Jan-08 14:34
Nemanja Trifunovic24-Jan-08 14:34 
GeneralRe: get wide character and multibyte character value Pin
George_George24-Jan-08 14:58
George_George24-Jan-08 14:58 
GeneralRe: get wide character and multibyte character value Pin
Nemanja Trifunovic24-Jan-08 15:23
Nemanja Trifunovic24-Jan-08 15:23 
George_George wrote:
This is what you mentioned, and you think using UTF-8 code page to convert wide character to multibyte character is ok.


What I say is simply the following: Both UTF-16 (stored in "wide characters") and UTF-8 (stored in "multibyte characters") are different encoding forms of the same character set (Unicode) and there is absolutelly no risk of conversion loss between the two. In fact, you don't even need to use WinAPI to do the conversion - just take a look at my utf8 - cpp library to see how it is done manually.


GeneralRegarding bakground services Pin
tasumisra23-Jan-08 19:49
tasumisra23-Jan-08 19:49 
GeneralRe: Regarding bakground services Pin
led mike24-Jan-08 5:23
led mike24-Jan-08 5:23 
GeneralConnect to Unix machine from VC++ code. Pin
cagespear23-Jan-08 17:20
cagespear23-Jan-08 17:20 
GeneralRe: Connect to Unix machine from VC++ code. Pin
Maxwell Chen23-Jan-08 18:06
Maxwell Chen23-Jan-08 18:06 
GeneralRe: Connect to Unix machine from VC++ code. Pin
cagespear29-Jan-08 6:18
cagespear29-Jan-08 6:18 
QuestionHow to get file name from a full path Pin
zengkun10023-Jan-08 16:43
zengkun10023-Jan-08 16:43 
GeneralRe: How to get file name from a full path Pin
Maxwell Chen23-Jan-08 16:51
Maxwell Chen23-Jan-08 16:51 
GeneralRe: How to get file name from a full path Pin
zengkun10023-Jan-08 17:02
zengkun10023-Jan-08 17:02 
GeneralRe: How to get file name from a full path Pin
Naveen23-Jan-08 17:01
Naveen23-Jan-08 17:01 
GeneralRe: How to get file name from a full path Pin
zengkun10023-Jan-08 17:05
zengkun10023-Jan-08 17:05 
GeneralRe: How to get file name from a full path Pin
Abhay Menon23-Jan-08 17:18
Abhay Menon23-Jan-08 17:18 
GeneralRe: How to get file name from a full path Pin
Rajesh R Subramanian23-Jan-08 21:07
professionalRajesh R Subramanian23-Jan-08 21:07 
GeneralRe: How to get file name from a full path Pin
Don Box23-Jan-08 17:37
Don Box23-Jan-08 17:37 
JokeRe: How to get file name from a full path Pin
Naveen23-Jan-08 17:43
Naveen23-Jan-08 17:43 
GeneralRe: How to get file name from a full path Pin
Don Box23-Jan-08 18:04
Don Box23-Jan-08 18:04 
GeneralRe: How to get file name from a full path Pin
Naveen23-Jan-08 18:27
Naveen23-Jan-08 18:27 
GeneralRe: How to get file name from a full path Pin
Don Box23-Jan-08 19:04
Don Box23-Jan-08 19:04 

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.