Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Extended ASCII ??

Status
Not open for further replies.

Wokkel

Technical User
Joined
Aug 14, 2002
Messages
3
Location
NL
I wrote a program to learn portugese words. It asks the word in dutch and you have to give the translation. Now the portugese words use special characters like é, ã, ç etc. The program does not recognise these characters, probably because I am using the 'char' type to check each letter. Is there any way to fix this problem?

Dennis

 
With C, I would suggest downloading ICU from IBM.

Matt
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top