ietf-tools / xml2rfc

Generate RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies
https://ietf-tools.github.io/xml2rfc/
BSD 3-Clause "New" or "Revised" License
65 stars 38 forks source link

feat: Allow Unicode characters everywhere #1017

Closed kesara closed 1 year ago

kesara commented 1 year ago

This PR that does the following:

Traditionally, Unicode content is allowed in the following elements: artwork, city, cityarea, code, country, email, extaddr, organization, pobox, postalLine, refcontent, region, sortingcode, sourcecode, street, title, u. With #895 bare use of Unicode characters is added to the t element. But it's implemented in such a way that --warn-bare-unicode warns about it. This PR will keep that warning.

Fixes #960.