For any ascii characters ch, I would like to print ch unless repr(ch) begins with a back-slash character. I want to print a list of all of the “nice” ascii characters. Failed Attempt The console print-out is: I seem to have printed a lot of weird unicode characters, such as ç and õ Answer As sj95126 wrote: values above 127
Tag: non-ascii-characters
Converting Bad Text to Korean
The Problem I’m working on cleaning up some old Korean code, and there are some sections of code that used to be Korean that I would like to translate to English. However, there seems to have been an encoding issue, and the text is no longer Korean. Instead, it’s a garbled mess. I would like to go from the broken