<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.18 (Ruby 3.3.4) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-rswg-rfc7997bis-03" category="info" submissionType="editorial" obsoletes="7997" updates="7322" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Non-ASCII in RFCs">The Use of Non-ASCII Characters in RFCs</title>

    <author initials="P." surname="Hoffman" fullname="Paul Hoffman">
      <organization>ICANN</organization>
      <address>
        <email>paul.hoffman@icann.org</email>
      </address>
    </author>

    <date year="2024" month="August" day="11"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 52?>

<t>The RFC Series has evolved to allow for the use of non-ASCII characters in RFCs.
While English remains the required language of the Series, the encoding of RFCs is now in UTF-8, allowing for a broader range of characters than typically used in the English language. 
This document describes requirements and guidelines for the RFC Editor regarding the use of non-ASCII characters in RFCs.</t>

<t>This document obsoletes RFC 7997.
The differences reflect changes in the practices of the RFC series since RFC 7997 was published, and makes further changes based on agreements in the IETF community about what characters are allowed in RFCs.</t>

<t>[[ A repository for this draft can be found <eref target="https://github.com/paulehoffman/7997bis">here</eref>. ]]</t>



    </abstract>



  </front>

  <middle>


<?line 63?>

<section anchor="introduction"><name>Introduction</name>

<t>For much of the history of the RFC Series, the character encoding used for RFCs has been ASCII <xref target="RFC20"/>.
This was a sensible choice at the time: the language of the Series has always been English,
a language that primarily uses ASCII-encoded characters (ignoring for a moment words borrowed from more richly decorated alphabets);
and, ASCII is the "lowest common denominator" for character encoding, making cross-platform viewing trivial.</t>

<t>There are limits to ASCII, however, that hinder its continued use as the exclusive character encoding for the Series. 
At the time of the publication of <xref target="RFC7997"/>,
the increasing need for easily readable, internationalized content suggested that it is time to allow non-ASCII characters in RFCs where necessary.
To support this move away from ASCII, RFCs switched to supporting UTF-8 as the default character encoding
and allowed support for a broad range of Unicode characters <xref target="UnicodeCurrent"/>.</t>

<t>This document describes the rules under which non-ASCII characters may be used in an RFC.
These rules will be applied as the necessary changes are made to submission checking and editorial tools.</t>

<t>This document updates the RFC Style Guide <xref target="RFC7322"/>.</t>

<t>The details included in this document are expected to change based on experience gained in publishing new RFCs.</t>

<section anchor="changes-from-rfc-7997"><name>Changes from RFC 7997</name>

<t>The following is an overview of the changes in this document from <xref target="RFC7997"/>:</t>

<t><list style="symbols">
  <t>Added the role of the RFC stream approving bodies and the RFC Production Center (RPC) as described in <xref target="RFC9280"/>.
All responsibilities that were held by the RFC Editor in <xref target="RFC7997"/> are handled by the RPC.
When the RPC has questions about the content of RFCs, the RPC asks the RFC stream approving bodies for input.</t>
  <t>Removed requirements of marking non-ASCII characters with XML markup.
Clarified that person and names with non-Latin characters should have Latin transliterations.</t>
  <t>Removed the suggestion that character names for non-ASCII characters be included, instead relying on the "U+NNNN" syntax from <xref target="BCP137"/>.</t>
  <t>Added the suggestion that non-ASCII characters generally appear in NFC.</t>
  <t>Added that Non-ASCII text can appear in any part of an RFC.</t>
  <t>The basic requirements in <xref target="basic_requirements"/> were softened to reflect the realities of the variability of search engines and web browsers.</t>
  <t>Changed <xref target="uses"/> from "Rules for the Use of Non-ASCII Characters" to "Use of Non-ASCII Characters" because the RPC has used, and should continue to use, their own discretion based on what makes the RFC most useful.</t>
  <t>Language about the future was changed to the past tense to indicate that <xref target="RFC7997"/> was already implemented.
For example, "RFCs will switch" was changed to to "RFCs switched", and so on.
Also added more acknowledgement of the use of non-ASCII characters outside the narrow scope that was defined in <xref target="RFC7997"/>.</t>
  <t>Updated the requirements on keywords and citation tags.</t>
  <t>Greatly rearranged and simplified the text about person, company, and postal names.</t>
  <t>Added text about non-breaking spaces and hypens.</t>
</list></t>

</section>
</section>
<section anchor="basic_requirements"><name>Basic Requirements for Non-ASCII Text in RFCs</name>

<t>The following fundamental requirements inform the guidance and examples provided in this document.  They are:</t>

<t><list style="symbols">
  <t>Searches against RFC indexes and database tables should return expected results and support appropriate Unicode string matching behaviors.</t>
  <t>RFCs should be displayed correctly across a wide range of readers and browsers.
People whose systems do not have the fonts needed to display a particular RFC need to be able to read the various publication formats and the XML correctly in order to understand and implement the information described in the document.</t>
  <t>As stated in the RFC Style Guide <xref target="RFC7322"/>, the language of the RFC Series is English.</t>
</list></t>

</section>
<section anchor="uses"><name>Use of Non-ASCII Text in RFCs</name>

<t>This section describes the guidelines for the use of non-ASCII characters in an RFC.
If the RPC identifies areas where the use of non-ASCII characters in an RFC negatively impacts the readability of the text, they can require that the authors supply alternate text or change the non-ASCII characters to better suit the expected readers of the RFC.
When the RPC has questions about non-ASCII text in RFCs, the RPC can ask the RFC stream approving bodies for input.
The RPC can also consult the RSAB and the RSWG on such matters.</t>

<t>In general, using the "U+NNNN" syntax from <xref target="BCP137"/> is the suggested way to show Unicode code points as alternate text.</t>

<t>Characters in an RFC will generally appear in Normalization Form C (NFC) as defined in <xref target="UnicodeNorm"/>.
If the RFC would be more correct and more understandable with particular characters not in NFC, the RPC can make an exception and use unnormalized text.
In such a case, a text note should be included to describe why unnormalized text used.</t>

<t>Non-ASCII text can appear in any part of an RFC, such as headings, running text, and artwork.
Non-ASCII text in person, company, and postal names are covered later in <xref target="person_company_id"/>.</t>

<t>When the non-ASCII characters are required for correct protocol operation and understanding, the characters' Unicode code points should also appear in the text in the "U+NNNN" syntax, at least on first use in the RFC.
<xref target="BCP137"/> describes the pros and cons of different options for identifying Unicode characters and may help authors decide how to represent the non-ASCII characters in their documents.</t>

<t>Where the use of non-ASCII characters is purely part of an example and not otherwise required for correct protocol operation, giving the Unicode equivalent of the non-ASCII characters is not required, but it can improve the readability of the RFC.
For example, for text that says "The value can be followed by a monetary symbol such as ¥ or €", the RPC might require that it instead say "The value can be followed by a monetary symbol such as ¥ (U+00A5) or € (U+20AC)".</t>

<t>Use of the actual non-ASCII character (such as common math symbols like √ and ≤) is encouraged so that a reader can more easily see what the character is.
This is done without adding the "U+NNNN" syntax.</t>

<t>As another example, <xref target="RFC7564"/> says:</t>

<figure><artwork><![CDATA[
However, the problem is made more serious by introducing the full
range of Unicode code points into protocol strings.  For example,
the characters U+13DA U+13A2 U+13B5 U+13AC U+13A2 U+13AC U+13D2 from
the Cherokee block look similar to the ASCII characters
"STPETER" as they might appear when presented using a "creative"
font family.
]]></artwork></figure>

<t>This could be replaced with:</t>

<figure><artwork><![CDATA[
However, the problem is made more serious by introducing the full
range of Unicode code points into protocol strings.  For example,
the characters "ᏚᎢᎵᎬᎢᎬᏒ" (U+13DA U+13A2 U+13B5 U+13AC U+13A2
U+13AC U+13D2) from the Cherokee block look similar to the ASCII
characters "STPETER" as they might appear when presented using a
"creative" font family.
]]></artwork></figure>

<t>Code components may have different requirements for using the "U+NNNN" syntax.
The use of the "U+NNNN" syntax in code components is recommended, except within a code component where one must follow the rules of the programming language in which the code is being written.</t>

<section anchor="person_company_id"><name>Person and Company Identification</name>

<t>Person names and company names appear in several places within an RFC (e.g., the header, Acknowledgements, and References).
It is important to note that non-ASCII characters in person and company names are treated differently than other parts of the body of a document.
Names are often transliterated into Latin characters; non-ASCII characters in other body text are shown with the "U+NNNN" syntax after the character.</t>

<t>When a script outside the ASCII character set is used for an individual name, an author-provided, ASCII-only transliteration can appear immediately after the non-ASCII characters, surrounded by parentheses.
The RPC decides on a case-by-case basis whether to include the ASCII-only transliteration.</t>

<t>Names of authors appear at the top of RFCs and in the References section with a first initial (if available) and family name.
For example, Qin Wu's name might appear as "吴钦 (Q. Wu)".
As another example, Patrik Fältström's name might appear as "P. Fältström (P. Faltstrom)", but the version with non-ASCII Latin characters also might be left just as "P. Fältström".</t>

<t>In the Acknowledgements section, the person's full name is spelled out in full without the first initial, such as "The following people contributed to this document: 吴钦 (Qin Wu), ...".</t>

<t>Postal addresses may be used without additional Unicode character identification.</t>

<t>If an author's email address includes non-ASCII characters and is a valid email address at the time of publication, it may be given without additional Unicode character identification.</t>

</section>
<section anchor="keywords-and-citation-tags"><name>Keywords and Citation Tags</name>

<t>Keywords (as tagged with the &lt;keyword&gt; element in XML) may contain non-ASCII characters.
Because the language of the RFC Series is English, the keywords for an RFC are likely to be mostly in English as well.
Non-ASCII keywords can have parallel ASCII equivalents in order to make searching more effective.</t>

<t>Citation tags (as defined in the anchor attributes of &lt;reference&gt; elements) may contain non-ASCII characters if doing so make the citation tag more useful to the reader.
The RPC should prevent the use of characters in citation tags that make RFCs difficult to read, such as characters with right-to-left orientation.</t>

</section>
<section anchor="non-breaking-spaces-and-hyphens"><name>Non-breaking Spaces and Hyphens</name>

<t>Non-breaking space characters (U+00A0) and non-breaking hyphen characters (U+2011) make searching for words and phrases in published RFC more difficult.
Therefore they should be used sparingly in RFCs.</t>

</section>
</section>
<section anchor="xml-markup"><name>XML Markup</name>

<t>[[ This section needs revision after community discussion ]]</t>

<t>As described above, use of non-ASCII characters in areas such as email, company name, address, and name is allowed.
In order to make it easier for code to identify the appropriate ASCII alternatives, authors must include an "ascii" attribute to their XML markup when an ASCII alternative is required.
See <xref target="RFC7991"/> for more detail on how to tag ASCII alternatives.</t>

</section>
<section anchor="internationalization-considerations"><name>Internationalization Considerations</name>

<t>The ability to use non-ASCII characters in RFCs in a clear and consistent manner improves the ability to describe internationalized protocols and recognizes the diversity of authors.
However, the goal of readability overrides the use of non-ASCII characters within the text.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>This document contains no IANA considerations.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>Valid Unicode that matches the expected text must be verified in order to preserve expected behavior and protocol information.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">



<referencegroup anchor="BCP137" target="https://www.rfc-editor.org/info/bcp137">
  <reference anchor="RFC5137" target="https://www.rfc-editor.org/info/rfc5137">
    <front>
      <title>ASCII Escaping of Unicode Characters</title>
      <author fullname="J. Klensin" initials="J." surname="Klensin"/>
      <date month="February" year="2008"/>
      <abstract>
        <t>There are a number of circumstances in which an escape mechanism is needed in conjunction with a protocol to encode characters that cannot be represented or transmitted directly. With ASCII coding, the traditional escape has been either the decimal or hexadecimal numeric value of the character, written in a variety of different ways. The move to Unicode, where characters occupy two or more octets and may be coded in several different forms, has further complicated the question of escapes. This document discusses some options now in use and discusses considerations for selecting one for use in new IETF protocols, and protocols that are now being internationalized. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
      </abstract>
    </front>
    <seriesInfo name="BCP" value="137"/>
    <seriesInfo name="RFC" value="5137"/>
    <seriesInfo name="DOI" value="10.17487/RFC5137"/>
  </reference>
</referencegroup>
<reference anchor="RFC7991">
  <front>
    <title>The "xml2rfc" Version 3 Vocabulary</title>
    <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>This document defines the "xml2rfc" version 3 vocabulary: an XML-based language used for writing RFCs and Internet-Drafts. It is heavily derived from the version 2 vocabulary that is also under discussion. This document obsoletes the v2 grammar described in RFC 7749.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7991"/>
  <seriesInfo name="DOI" value="10.17487/RFC7991"/>
</reference>
<reference anchor="RFC7997">
  <front>
    <title>The Use of Non-ASCII Characters in RFCs</title>
    <author fullname="H. Flanagan" initials="H." role="editor" surname="Flanagan"/>
    <date month="December" year="2016"/>
    <abstract>
      <t>In order to support the internationalization of protocols and a more diverse Internet community, the RFC Series must evolve to allow for the use of non-ASCII characters in RFCs. While English remains the required language of the Series, the encoding of future RFCs will be in UTF-8, allowing for a broader range of characters than typically used in the English language. This document describes the RFC Editor requirements and gives guidance regarding the use of non-ASCII characters in RFCs.</t>
      <t>This document updates RFC 7322. Please view this document in PDF form to see the full text.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7997"/>
  <seriesInfo name="DOI" value="10.17487/RFC7997"/>
</reference>
<reference anchor="RFC9280">
  <front>
    <title>RFC Editor Model (Version 3)</title>
    <author fullname="P. Saint-Andre" initials="P." role="editor" surname="Saint-Andre"/>
    <date month="June" year="2022"/>
    <abstract>
      <t>This document specifies version 3 of the RFC Editor Model. The model defines two high-level tasks related to the RFC Series. First, policy definition is the joint responsibility of the RFC Series Working Group (RSWG), which produces policy proposals, and the RFC Series Approval Board (RSAB), which approves such proposals. Second, policy implementation is primarily the responsibility of the RFC Production Center (RPC) as contractually overseen by the IETF Administration Limited Liability Company (IETF LLC). In addition, various responsibilities of the RFC Editor function are now performed alone or in combination by the RSWG, RSAB, RPC, RFC Series Consulting Editor (RSCE), and IETF LLC. Finally, this document establishes the Editorial Stream for publication of future policy definition documents produced through the processes defined herein.</t>
      <t>This document obsoletes RFC 8728. This document updates RFCs 7841, 8729, and 8730.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9280"/>
  <seriesInfo name="DOI" value="10.17487/RFC9280"/>
</reference>

<reference anchor="UnicodeCurrent" target="http://www.unicode.org/versions/latest/">
  <front>
    <title>The Unicode Standard</title>
    <author >
      <organization>The Unicode Consortium</organization>
    </author>
    <date year="2023"/>
  </front>
</reference>


    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC20">
  <front>
    <title>ASCII format for network interchange</title>
    <author fullname="V.G. Cerf" initials="V.G." surname="Cerf"/>
    <date month="October" year="1969"/>
  </front>
  <seriesInfo name="STD" value="80"/>
  <seriesInfo name="RFC" value="20"/>
  <seriesInfo name="DOI" value="10.17487/RFC0020"/>
</reference>
<reference anchor="RFC7322">
  <front>
    <title>RFC Style Guide</title>
    <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
    <author fullname="S. Ginoza" initials="S." surname="Ginoza"/>
    <date month="September" year="2014"/>
    <abstract>
      <t>This document describes the fundamental and unique style conventions and editorial policies currently in use for the RFC Series. It captures the RFC Editor's basic requirements and offers guidance regarding the style and structure of an RFC. Additional guidance is captured on a website that reflects the experimental nature of that guidance and prepares it for future inclusion in the RFC Style Guide. This document obsoletes RFC 2223, "Instructions to RFC Authors".</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7322"/>
  <seriesInfo name="DOI" value="10.17487/RFC7322"/>
</reference>
<reference anchor="RFC7564">
  <front>
    <title>PRECIS Framework: Preparation, Enforcement, and Comparison of Internationalized Strings in Application Protocols</title>
    <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
    <author fullname="M. Blanchet" initials="M." surname="Blanchet"/>
    <date month="May" year="2015"/>
    <abstract>
      <t>Application protocols using Unicode characters in protocol strings need to properly handle such strings in order to enforce internationalization rules for strings placed in various protocol slots (such as addresses and identifiers) and to perform valid comparison operations (e.g., for purposes of authentication or authorization). This document defines a framework enabling application protocols to perform the preparation, enforcement, and comparison of internationalized strings ("PRECIS") in a way that depends on the properties of Unicode characters and thus is agile with respect to versions of Unicode. As a result, this framework provides a more sustainable approach to the handling of internationalized strings than the previous framework, known as Stringprep (RFC 3454). This document obsoletes RFC 3454.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7564"/>
  <seriesInfo name="DOI" value="10.17487/RFC7564"/>
</reference>

<reference anchor="UnicodeNorm" target="http://www.unicode.org/reports/tr15/">
  <front>
    <title>Unicode Standard Annex</title>
    <author >
      <organization>The Unicode Consortium</organization>
    </author>
    <date year="2023"/>
  </front>
</reference>


    </references>

</references>


<?line 235?>

<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>This document is based on <xref target="RFC7997"/> that was authored by Heather Flanagan.</t>

<t>The acknowledgements from <xref target="RFC7997"/> are
to the members of the IAB i18n program,
to the RFC Format Design Team:
Nevil Brownlee, Tony Hansen, Joe
Hildebrand, Paul Hoffman, Ted Lemon, Julian Reschke, Adam Roach,
Alice Russo, Robert Sparks, and Dave Thaler.</t>

<t>This current document was greatly helped by contributions from the RFC Series Working Group (RSWG), including from
Brian Carpenter,
Carsten Bormann,
Eliot Lear,
John Levine,
and
Martin Thomson.</t>

</section>


  </back>

<!-- ##markdown-source:
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
7As6qoE6l64K7C//A5xj2DE9MgAA

-->

</rfc>

