[Github-comments] [geany] Use multi-byte variant of CreateProcess on Windows (#809)

Matthew Brush notifications at xxxxx
Mon Dec 14 23:51:16 UTC 2015


>  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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151214/a9a2db41/attachment.html>


More information about the Github-comments mailing list