This commit is contained in:
John Kerl 2015-09-02 22:34:36 -04:00
parent 3d082809b2
commit e805161f7a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
<p/>In its current form, Miller handles ASCII data by design. This means it
also handles UTF-8, albeit mostly by accident. (I have no plans to support
UTF-16 or ISO-8859-1 is.) Tabular output formats (pprint and xtab) are handled correctly.
UTF-16 or ISO-8859-1.) Tabular output formats (pprint and xtab) are handled correctly.
Please file an issue at <a
href="https://github.com/johnkerl/miller">https://github.com/johnkerl/miller</a>
if you encounter bugs related to internationalization (or anything else for

View file

@ -95,7 +95,7 @@ Miller commands were run with pretty-print-tabular output format.
<!-- BODY COPIED FROM content-for-internationalization.html BY poki -->
<p/>In its current form, Miller handles ASCII data by design. This means it
also handles UTF-8, albeit mostly by accident. (I have no plans to support
UTF-16 or ISO-8859-1 is.) Tabular output formats (pprint and xtab) are handled correctly.
UTF-16 or ISO-8859-1.) Tabular output formats (pprint and xtab) are handled correctly.
Please file an issue at <a
href="https://github.com/johnkerl/miller">https://github.com/johnkerl/miller</a>
if you encounter bugs related to internationalization (or anything else for