RE: Expanding Character codes in program

  • From: "Ken Perry" <whistler@xxxxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 6 Dec 2010 12:50:14 -0500

Do you have Unicode support checked in the build.

ken

-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx 
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Phil Cox
Sent: Monday, December 06, 2010 12:33 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: Expanding Character codes in program

Hello All

I am working with Visual Studio 6.0 in C++ MFC.
I wish the program to be truly international and therefore able to 
acccept characters that are above the ALT+0255 entry value codes such as 
ā(0257) or ȡ(0545) as examples.
Does anyone know how to enable this wider range of character usage  to 
be allowed?
None of the code page changes I have tried seem to do it. I have tried 
both _UNICODE and _MBCS compiled versions.

Thanks, in advance for any replies.
Phil
__________
View the list's information and change your settings at 
//www.freelists.org/list/programmingblind

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind

Other related posts: