https://bugzilla.wikimedia.org/show_bug.cgi?id=53398

--- Comment #1 from Brion Vibber <[email protected]> ---
Can this be done with the standard POSIX file APIs? Or do we need to use Win32
APIs for file access? :P

(Use of legacy 8-bit encodings in POSIX APIs is a problem for PHP, and thus
MediaWiki, when running on Windows servers as well.)

Sounds like you gotta use the Win32 wide-char APIs to get Unicode filename
support... at least that's what glib does on Windows for this reason --
https://developer.gnome.org/glib/2.26/glib-File-Utilities.html#glib-File-Utilities.description

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to