From f2f654854a22b8ade0bc9252e2ff760936c59b2a Mon Sep 17 00:00:00 2001 From: Daniel Rojas Date: Tue, 21 Jul 2020 22:29:38 +0200 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 48c639f..e973b63 100644 --- a/README.md +++ b/README.md @@ -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