> does it really want ASCII, or rather the common Winodws-ish locale code pages
Naw my bad, it's "ANSI" (code pages) for "A" not specifically "ASCII". > And will the ? really work, too? (can be, I just have no clue and it looks > odd) It works if it was ASCII, it just replaces all characters >= 127 with a question mark (arbitrary replacement character). The code really makes no sense for non ASCII, so I think it would be best to just drop those non-wide code paths. When I get some time I'll try to put together a proper PR instead of hijacking this one :) --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/809#issuecomment-164597409
