|
|
|
|
|
by ChrisRackauckas
2810 days ago
|
|
Some other languages handle Unicode just fine. Rust and Julia are fine. IMO you need to build unicode understanding into string handling from the start for it to happen. Every function and detail needs to make UTF-8 sense, not just some some unicode handling library. |
|