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
Dennis