|
-
July 29th, 2006, 03:31 PM
#10
Re: British keyboard £ in console app
left alt + num key 163 on my machine is 'ú'
left alt + num key 156 on my machine is '£'
above shows in any program( notepad, wordpad, pure console command line, with every font.
char c = 163;
cout << c;
renders 'ú', so it is consistent.
all settings in system are set to english(uk).
this problem shows only in a console app, any other application ( for example mfc with GUI ) works fine.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|