Update README.md

Denote that WireViz reads and writes files in UTF-8 (or UTF-8 compatible) encodings, to disclaim against non UTF-8 input files.
This commit is contained in:
Andrew Katz 2020-07-20 20:51:05 -04:00 committed by GitHub
parent a632dc6cb8
commit fdb584ae71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ WireViz is a tool for easily documenting cables, wiring harnesses and connector
* Human readable
* Easy version control
* YAML syntax
* UTF-8 Input and output files for special character support
* Understands and uses color abbreviations as per [IEC 60757](https://en.wikipedia.org/wiki/Electronic_color_code#Color_band_system) (black=BK, red=RD, ...)
* Optionally outputs colors as abbreviation (e.g. 'YE'), full name (e.g. 'yellow') or hex value (e.g. '#ffff00'), with choice of UPPER or lower case
* Auto-generates standard wire color schemes and allows custom ones if needed