Julia's UTF-8 handling [vs. new Python's 3.7 UTF-8 PEP 540]

Yes, but most applications don’t try to open arbitrary “text” files off the web. I didn’t say no applications need to auto-detect encoding. If you are writing a text editor or a web browser, for example, you obviously need this. Charset detection is useful and important functionality, albeit for specialized use-cases, and it would be great to have a package for this.

1 Like