|
|
|
|
|
by ploxiln
2343 days ago
|
|
He was trying to use Windows. For Windows, you pretty much have to go through unicode to utf-16, can't be arbitrary bytes, can't be utf8. (I think that relatively recently it is possible to use utf8 with some new windows interfaces ... but this is probably not widely compatible with older windows releases ...) |
|
You have to convert between them, but neither uses proper Unicode to represent filenames.