On Windows, split_path() in system.cc treats paths as byte strings.
But in some East-Asian locales, the 0x5c byte (ASCII backslash) could be part
of a multi-byte character.
split_path() confuses such bytes for path separators.
Original issue reported on code.google.com by jwilk@jwilk.net on 19 Feb 2015 at 9:32
Original issue reported on code.google.com by
jwilk@jwilk.net
on 19 Feb 2015 at 9:32