<?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.6.25 (Ruby 2.6.10) -->


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

]>


<rfc ipr="trust200902" docName="draft-hoffman-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="2023" month="March" day="27"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<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 Production Center
regarding the use of non-ASCII characters in RFCs.</t>

<t>This document updates RFC 7997 to 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>


<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="acknowledgements"><name>Acknowledgements</name>

<t>RFC 7997 was written by Heather Flanagan, who was the RFC Series Editor (RSE) at the time of its publication.
Getting the IETF community to agree to the changes embodied in RFC 7997 was a difficult task,
and it is likely that this current document would be much more difficult to write had RFC 7997 not been worked out first.</t>

<t>The acknowledgements from RFC 7997 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>
<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 RFC 7997:</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 RFC 7997 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>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 RFC 7997 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 RFC 7997.</t>
  <t>Greatly rearranged and simplified the text about person, company, and postal names.</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 the content of RFCs, the RPC asks the RFC stream approving bodies for input.</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 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>[ Removed "The use of the Unicode character names like "INCREMENT" in addition to the use of Unicode code points is also encouraged."
This text was, in fact, wrong in 7997 because the character name did not match the example. ]</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>[ RFC 7997 was inconsistent in its rules and examples of when names with non-ASCII characters should be spelled out using all-ASCII transliteration. 
This section is significantly updated to clarify how names with non-ASCII characters should appear in RFCs. ]</t>

<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 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>[ Does the WG still want the following restriction? ]</t>

<t>Keywords (as tagged with the &lt;keyword&gt; element in XML) and citation tags (as defined in the anchor attributes of &lt;reference&gt; elements)
must contain only ASCII characters.</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="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='Normative References'>



<referencegroup anchor='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 &quot;xml2rfc&quot; Version 3 Vocabulary</title>
<author fullname='P. Hoffman' initials='P.' surname='Hoffman'><organization/></author>
<date month='December' year='2016'/>
<abstract><t>This document defines the &quot;xml2rfc&quot; 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'><organization/></author>
<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'><organization/></author>
<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'>





<reference anchor='RFC20'>
<front>
<title>ASCII format for network interchange</title>
<author fullname='V.G. Cerf' initials='V.G.' surname='Cerf'><organization/></author>
<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'><organization/></author>
<author fullname='S. Ginoza' initials='S.' surname='Ginoza'><organization/></author>
<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, &quot;Instructions to RFC Authors&quot;.</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'><organization/></author>
<author fullname='M. Blanchet' initials='M.' surname='Blanchet'><organization/></author>
<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 (&quot;PRECIS&quot;) 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>



  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA81aTY8bSXK9169IUMBON4akWq3VzkzPwW5RH9NrqdErtawF
dheDZFWSTHexkptZ1RRX0Bx8si+zxh73aKx9mqPtH+D9JRrAB/8Lv4jIrCqy
2ZJgG4YFzDTJqsqPiBcvXkTWaDTKaluX5kRdLox6FYxyM3XuqtHpy8nZmZos
tNd5bXxQtlIvnkxCpqdTb65PejelK4XLK73EUIXXs3q0cLPZUlcjP8u/+Oqr
L6Y2jI7uZ1modVV8q0tX4c7aNybDYPczNw2uNLUJJ4ruzppVoeXb/ePjLLMr
z3eH+vjo6Kuj4+xqfaLOKqysMvXoEU2Y5bo+wWJmLgvNdGlDsK663KwwjSls
7bzVZZat7EmmVO3yE7UxAR+D87U3s9B+3yy7r5lu6oXzeGSESxgcv1+M1Tey
NfpJdnyhm7L/q/NzLG9yen5O38xS2/JErXDTOFrlL22uq2qM+7Kscn6pa3tt
aGUPJxf37n9Bn2BTWOJe9zH9+tXxl0f08VVlc1eYSeO9qWr6BRvrOVMuq5dk
cO0Lvt7uB/9Gssz+vRNXkT1ss5TRtJ8bGHVR16uTu3fX6/W4kTtp5XevgQvY
ONwtyVX1XX6G3Haijo+O4WtyRm9vWPvxUdoP3Jo+PvjZT3v7OccjW5vZ3Yg6
rSrzRt2596C7Rg/p0v4Oc7lKPcG3//3terPCzeFu7e89uLnXbDQaKT0NNQVM
ltE02Jt6abw1QS10UObaldemAPiULku3VjCOqnFfI2FXtRGV3wi7cfZ6YUuj
Hlfz0oaF8oSpKvDj3vy2sR4Dl7qaN3rOg9EFmXvIn02FfdhqTtdoQGUDJlzT
+K8un4y+HGa8JrqDlqXV1DtdGK88BuURe4uqF7pS9WYFEJflhtZf0EA0T1pg
WstYwRSYC+TQLAFTVZiQezuFTeK66deg4Fo1b2xhSlvhWjINmfDCu6LJ2bET
QyGfeTMHDmitn2y+nVVEeuHxKbTIKQj70uQ1PY4th7SjFY1lc/wQzUrPBHFr
sFVuukHW8PKqmZIBTAGLYk9LfUXbaTye9O3QU00mw4b03JtogTjd2ePLJyp3
yyWgV2+AKNfUar3QdX9b2hvBkBg+bvHXv1KnilAaiO420Yi0beJHBcZRU4Nf
G6zrV1iO+c0BQT0A63NbL5rpGPPeJZoykabuRuY+HKtf/0YgvrRFUZosu0P0
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
oEvaq6ns653tjOXF1alGEfZfFi3uWPEwAAA=

-->

</rfc>

