![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
|
Inputting Non-ASCII Characters
More specifically, the characters in the extended ASCII set.
Admittedly, I've only tried raw_input(), but that's the only method I know except file input, to which I'm trying to avoid resorting. Whenever I input a character in the extended ASCII set (say, "æ"), I get a UnicodeEncodeError exception. Google has not helped me much, as I am only able to find descriptions on how to use foreign characters in the Python file itself, which is of no use to me. Thanks for any help, if you have any. |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Replacing characters in std::string | magnus.therning | C++ | 10 | Feb 1st, 2007 9:11 AM |
| Converting ANSI characters to hex for Checksum. | JawaKing00 | C | 4 | Sep 9th, 2005 5:07 AM |
| binary and ascii | Nellie | C++ | 4 | Jun 8th, 2005 1:39 PM |
| Unicode to Ascii | welles | Other Scripting Languages | 5 | May 6th, 2005 10:36 AM |
| ASCII Adjust after Multiplication | rick barclay | Assembly | 1 | Apr 25th, 2005 9:42 PM |