Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unicode Representation and Transformation Pin
CPallini3-Mar-11 1:51
mveCPallini3-Mar-11 1:51 
GeneralRe: Unicode Representation and Transformation Pin
Richard MacCutchan3-Mar-11 2:00
mveRichard MacCutchan3-Mar-11 2:00 
GeneralRe: Unicode Representation and Transformation Pin
CPallini3-Mar-11 2:18
mveCPallini3-Mar-11 2:18 
GeneralRe: Unicode Representation and Transformation Pin
Richard MacCutchan3-Mar-11 3:17
mveRichard MacCutchan3-Mar-11 3:17 
GeneralRe: Unicode Representation and Transformation Pin
CPallini3-Mar-11 3:28
mveCPallini3-Mar-11 3:28 
AnswerRe: Unicode Representation and Transformation Pin
Nemanja Trifunovic3-Mar-11 3:45
Nemanja Trifunovic3-Mar-11 3:45 
QuestionUnhandled exception at EndDialog. Pin
Le@rner2-Mar-11 17:29
Le@rner2-Mar-11 17:29 
AnswerRe: Unhandled exception at EndDialog. Pin
«_Superman_»2-Mar-11 20:18
professional«_Superman_»2-Mar-11 20:18 
GeneralRe: Unhandled exception at EndDialog. Pin
Le@rner2-Mar-11 20:32
Le@rner2-Mar-11 20:32 
GeneralRe: Unhandled exception at EndDialog. Pin
«_Superman_»2-Mar-11 20:35
professional«_Superman_»2-Mar-11 20:35 
GeneralRe: Unhandled exception at EndDialog. Pin
Le@rner2-Mar-11 20:35
Le@rner2-Mar-11 20:35 
GeneralRe: Unhandled exception at EndDialog. Pin
Cool_Dev2-Mar-11 21:10
Cool_Dev2-Mar-11 21:10 
GeneralRe: Unhandled exception at EndDialog. Pin
Le@rner2-Mar-11 21:18
Le@rner2-Mar-11 21:18 
QuestionRe: Unhandled exception at EndDialog. Pin
David Crow3-Mar-11 2:39
David Crow3-Mar-11 2:39 
AnswerRe: Unhandled exception at EndDialog. Pin
Le@rner3-Mar-11 17:15
Le@rner3-Mar-11 17:15 
QuestionRe: Unhandled exception at EndDialog. Pin
David Crow4-Mar-11 2:04
David Crow4-Mar-11 2:04 
AnswerRe: Unhandled exception at EndDialog. Pin
Le@rner4-Mar-11 18:41
Le@rner4-Mar-11 18:41 
GeneralRe: Unhandled exception at EndDialog. Pin
David Crow5-Mar-11 9:58
David Crow5-Mar-11 9:58 
Questioninput multi language in C for window Pin
Nguyen Sy Bang2-Mar-11 17:16
Nguyen Sy Bang2-Mar-11 17:16 
AnswerRe: input multi language in C for window Pin
Andrew Brock2-Mar-11 20:31
Andrew Brock2-Mar-11 20:31 
It is most likely 1 of 2 things wrong.

You don't have the correct language packs installed on your system, so the character is unprintable, or it is not supported by the selected font.
If the character works elsewhere on your computer, like in Wordpad or web pages (excluding wikipedia because it often uses images) then this is not your problem.

The character can't fit into Unicode. Unicode only defines space for 65535 characters. Some characters are out of this range, character sets like UTF-x can go up to a bit over 1.1 million characters (limited by a standard in the case of UTF-8, not the limits of the encoding).
Visual studio provides a Multi-byte option, which I have not used which may be able to help your problem, however the Windows core is coded in Unicode.

Other than this, make sure you have the correct character in the string to begin with.
GeneralRe: input multi language in C for window Pin
Nguyen Sy Bang3-Mar-11 4:40
Nguyen Sy Bang3-Mar-11 4:40 
Questionhow to make CtreeCtrl In CListCtrl Pin
so0_lanhlung22-Mar-11 15:48
so0_lanhlung22-Mar-11 15:48 
AnswerRe: how to make CtreeCtrl In CListCtrl Pin
Hans Dietrich2-Mar-11 16:41
mentorHans Dietrich2-Mar-11 16:41 
AnswerRe: how to make CtreeCtrl In CListCtrl Pin
Rolf Kristensen3-Mar-11 9:19
Rolf Kristensen3-Mar-11 9:19 
QuestionRestoring File Streams with BackupWrite Pin
Richard Andrew x642-Mar-11 15:16
professionalRichard Andrew x642-Mar-11 15:16 

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.