From fdb584ae71062f8d3b270073a40b6a424f82ec54 Mon Sep 17 00:00:00 2001 From: Andrew Katz Date: Mon, 20 Jul 2020 20:51:05 -0400 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 ed2b4df..3c0ffbd 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