▲ | commandersaki 3 days ago | ||||||||||||||||||||||||||||
I'm confused, so is Go restricted to UTF-8 only filenames, because it can read/write arbitrary byte sequences (which is what string can hold), which should be sufficient for dealing with other encodings? | |||||||||||||||||||||||||||||
▲ | yencabulator 3 days ago | parent [-] | ||||||||||||||||||||||||||||
Go is not restricted, since strings are only conventionally utf-8 but not restricted to that. | |||||||||||||||||||||||||||||
|