I saw an umlaut 'A' in C for two times. When i open it in Turbo C, i can't find it but when i open it in notepad it shows.Also i saw it in a book (i can't give the source because it is local) and a number 3 that looks like an exponent. Any idea what is this?
edit:
i found it.
gotoxy(12,8);cout<<"Ã"<<"Ä"<<"Ä"<<"´";
gotoxy(12,9);cout<<"³";
gotoxy(15,6);cout<<"Å"<<"Ä"<<"Ä"<<"¿";