Language Programming

R

Thread Starter

Robert Ackerman

I'm going to need to program (gnu c++) a system to enable glyph (i.e. chinese) characters. These are multi-byte characters that aren't handled by normal "char" strings.

My question is, is ISO 10646 the only way to go? I've seen a few references to alternative multi-byte character schemes but nothing substantial.

Thanks for any Info.

Rob.
 
C

Curt Wuollet

Isn't there a FAQ for this? Most of what I've seen relates to X. I haven't had to deal with this. Yet. I searched for unicode and got hits that lead to what you are asking about I think. I should think .cn resources would be relevent.

Regards

cww
 
Top