Click here to Skip to main content
15,916,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: file path's Pin
toxcct26-Aug-07 21:10
toxcct26-Aug-07 21:10 
GeneralRe: file path's Pin
Waldermort26-Aug-07 21:16
Waldermort26-Aug-07 21:16 
QuestionDiff b/w Copy constructor & Assignment operator Pin
prashant pissey26-Aug-07 20:49
prashant pissey26-Aug-07 20:49 
AnswerRe: Diff b/w Copy constructor & Assignment operator Pin
Hamid_RT26-Aug-07 21:00
Hamid_RT26-Aug-07 21:00 
AnswerRe: Diff b/w Copy constructor & Assignment operator Pin
toxcct26-Aug-07 21:18
toxcct26-Aug-07 21:18 
Questioncompilation of UTF-8 in visual cpp Pin
puneet_cha26-Aug-07 20:30
puneet_cha26-Aug-07 20:30 
AnswerRe: compilation of UTF-8 in visual cpp Pin
sGrabert26-Aug-07 22:48
sGrabert26-Aug-07 22:48 
AnswerRe: compilation of UTF-8 in visual cpp Pin
bob1697227-Aug-07 2:04
bob1697227-Aug-07 2:04 
puneet_cha wrote:
compile UTF-8 build in visual cpp or is it neccessary to convert it to UTF-16?


Neither option is available.

The "Unicode" option was put in place back when "Unicode" was only 16-bits and did not use surrogate pairs or groups. The term UCS-2 is probably closer to Windows "Unicode" or the compiler "Unicode" option.

UTF-16 has 16-bit code units but can use surrogate pairs to represent unicode code points that require more than 16-bits to represent them. Windows "Unicode" is simply 16-bits for every code point, no more, no less.

UCS-2 and UTF-16 map the same but the code units that are used to represent the first part of a surrogate grouping in UTF-16 are ignored in UCS-2.

However, UCS-2 and UTF-16 as well as the term "Unicode" are still mistakenly used interchangeably which causes some confusion.
QuestionRe: compilation of UTF-8 in visual cpp Pin
bob1697227-Aug-07 5:03
bob1697227-Aug-07 5:03 
AnswerRe: compilation of UTF-8 in visual cpp Pin
Michael Dunn27-Aug-07 7:05
sitebuilderMichael Dunn27-Aug-07 7:05 
Questionsystem command Pin
IlanTal26-Aug-07 19:50
IlanTal26-Aug-07 19:50 
AnswerRe: system command Pin
Naveen26-Aug-07 20:00
Naveen26-Aug-07 20:00 
GeneralRe: system command Pin
IlanTal26-Aug-07 20:04
IlanTal26-Aug-07 20:04 
GeneralRe: system command Pin
Naveen26-Aug-07 20:07
Naveen26-Aug-07 20:07 
GeneralRe: system command Pin
IlanTal26-Aug-07 20:16
IlanTal26-Aug-07 20:16 
GeneralRe: system command Pin
Naveen26-Aug-07 20:21
Naveen26-Aug-07 20:21 
GeneralRe: system command Pin
IlanTal26-Aug-07 20:40
IlanTal26-Aug-07 20:40 
GeneralRe: system command Pin
Naveen26-Aug-07 20:48
Naveen26-Aug-07 20:48 
GeneralRe: system command Pin
IlanTal26-Aug-07 21:01
IlanTal26-Aug-07 21:01 
GeneralRe: system command Pin
Naveen26-Aug-07 21:10
Naveen26-Aug-07 21:10 
GeneralRe: system command Pin
IlanTal26-Aug-07 21:43
IlanTal26-Aug-07 21:43 
GeneralRe: system command Pin
IlanTal26-Aug-07 22:30
IlanTal26-Aug-07 22:30 
GeneralRe: system command Pin
Naveen26-Aug-07 22:31
Naveen26-Aug-07 22:31 
GeneralRe: system command Pin
IlanTal27-Aug-07 2:20
IlanTal27-Aug-07 2:20 
GeneralRe: system command Pin
Naveen27-Aug-07 2:23
Naveen27-Aug-07 2:23 

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.