|
|
|
|
|
by TAForObvReasons
3391 days ago
|
|
There is a Unicode encoding "UTF-32" which has the advantage of being fixed width. This is not popular for the obvious reason that even ascii characters are expanded to 4 bytes. Additionally the windows APIs, among other interfaces, are not equipped to handle 4-byte codepages. |
|
http://manishearth.github.io/blog/2017/01/14/stop-ascribing-...