Click here to Skip to main content
15,901,853 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CMAP vs String table resource Pin
Richard MacCutchan27-Feb-14 5:56
mveRichard MacCutchan27-Feb-14 5:56 
GeneralRe: CMAP vs String table resource Pin
econy27-Feb-14 7:47
econy27-Feb-14 7:47 
AnswerRe: CMAP vs String table resource Pin
CPallini27-Feb-14 7:24
mveCPallini27-Feb-14 7:24 
GeneralRe: CMAP vs String table resource Pin
econy27-Feb-14 17:53
econy27-Feb-14 17:53 
GeneralRe: CMAP vs String table resource Pin
CPallini27-Feb-14 21:10
mveCPallini27-Feb-14 21:10 
GeneralRe: CMAP vs String table resource Pin
econy28-Feb-14 2:07
econy28-Feb-14 2:07 
GeneralRe: CMAP vs String table resource Pin
CPallini28-Feb-14 2:14
mveCPallini28-Feb-14 2:14 
QuestionWindows Store Apps And Desktop App Pin
Kishan Kumar27-Feb-14 1:45
Kishan Kumar27-Feb-14 1:45 
AnswerRe: Windows Store Apps And Desktop App Pin
Richard MacCutchan27-Feb-14 5:51
mveRichard MacCutchan27-Feb-14 5:51 
Question3-byte Unicode characters? Pin
Anthony Appleyard27-Feb-14 1:04
Anthony Appleyard27-Feb-14 1:04 
AnswerRe: 3-byte Unicode characters? Pin
Richard MacCutchan27-Feb-14 1:30
mveRichard MacCutchan27-Feb-14 1:30 
GeneralRe: 3-byte Unicode characters? Pin
Anthony Appleyard27-Feb-14 4:48
Anthony Appleyard27-Feb-14 4:48 
GeneralRe: 3-byte Unicode characters? Pin
Richard MacCutchan27-Feb-14 5:50
mveRichard MacCutchan27-Feb-14 5:50 
AnswerRe: 3-byte Unicode characters? Pin
jschell27-Feb-14 8:48
jschell27-Feb-14 8:48 
GeneralRe: 3-byte Unicode characters? Pin
Anthony Appleyard27-Feb-14 10:19
Anthony Appleyard27-Feb-14 10:19 
GeneralRe: 3-byte Unicode characters? Pin
jschell28-Feb-14 12:14
jschell28-Feb-14 12:14 
Anthony Appleyard wrote:
that is a 3-byte Unicode character


You are confusing the conceptual with the practical.

"Unicode" in its broadest sense is an attempt to regularize how characters are used in computing.

It does that by defining characters. Those characters are then represented in character sets. There are quite a few of those (although less than the number of sets without the standardization of unicode.)

Following are two examples of character sets.

http://en.wikipedia.org/wiki/UTF-8[^]

http://en.wikipedia.org/wiki/UTF-16[^]

And those are just what is supposed to be in the data and doesn't say anything about whether any given technology X will support them partially much less fully.

You seem to be suggesting that you might be attempting to use UTF16. However I am rather certain that there are variants of that.
GeneralRe: 3-byte Unicode characters? Pin
Anthony Appleyard28-Feb-14 18:59
Anthony Appleyard28-Feb-14 18:59 
GeneralRe: 3-byte Unicode characters? Pin
jschell4-Mar-14 8:27
jschell4-Mar-14 8:27 
AnswerRe: 3-byte Unicode characters? Pin
Joe Woodbury4-Mar-14 8:45
professionalJoe Woodbury4-Mar-14 8:45 
QuestionBook about Windows programming? Pin
Anthony Appleyard27-Feb-14 0:52
Anthony Appleyard27-Feb-14 0:52 
AnswerRe: Book about Windows programming? Pin
Peter Leow27-Feb-14 1:24
professionalPeter Leow27-Feb-14 1:24 
AnswerRe: Book about Windows programming? Pin
Richard MacCutchan27-Feb-14 1:27
mveRichard MacCutchan27-Feb-14 1:27 
AnswerRe: Book about Windows programming? Pin
Eric Goedhart4-Mar-14 8:30
professionalEric Goedhart4-Mar-14 8:30 
QuestionHow to distinguish between the voices Pin
AmbiguousName26-Feb-14 18:48
AmbiguousName26-Feb-14 18:48 
AnswerRe: How to distinguish between the voices Pin
Richard MacCutchan26-Feb-14 21:41
mveRichard MacCutchan26-Feb-14 21:41 

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.