metanorma / pubid-iso

Implementation of ISO pubid
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Unicode hyphen support #221

Closed mico closed 1 year ago

mico commented 1 year ago

BS EN ISO/IEC 80079‑34:2020 ExComm

All examples in the list except this one using hyphen-minus "-" (the standard minus symbol), but this one use "UNICODE HYPHEN":

U+2010 ‐ UNICODE HYPHEN (HTML ‐ or ‐)[[c]](https://en.wikipedia.org/wiki/Hyphen#cite_note-37)
U+2011 ‑ NON-BREAKING HYPHEN

We never had it for other identifiers, except "JIS" identifiers. Should I add "UNICODE HYPHEN" for ISO/IEC identifiers?

Originally posted by @mico in https://github.com/metanorma/pubid-bsi/issues/11#issuecomment-1494565039