diff --git a/README.md b/README.md index ed2b4df3..e973b634 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 @@ -49,11 +50,11 @@ connectors: X1: type: D-Sub subtype: female - pinout: [DCD, RX, TX, DTR, GND, DSR, RTS, CTS, RI] + pinlabels: [DCD, RX, TX, DTR, GND, DSR, RTS, CTS, RI] X2: type: Molex KK 254 subtype: female - pinout: [GND, RX, TX] + pinlabels: [GND, RX, TX] cables: W1: diff --git a/examples/demo01.html b/examples/demo01.html index fe2fe425..f613f50f 100644 --- a/examples/demo01.html +++ b/examples/demo01.html @@ -171,4 +171,4 @@ -
Item | Qty | Unit | Designators |
---|---|---|---|
Connector, D-Sub, female, 9 pins | 1 | X1 | |
Connector, Molex KK 254, female, 3 pins | 1 | X2 | |
Cable, 3 x 0.25 mm² shielded | 0.2 | m | W1 |