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


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

]>


<rfc ipr="trust200902" docName="draft-rswg-rfc7997bis-00" 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="September" day="07"/>

    
    
    <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 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>


<?line 65?>

<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 "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'>



<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>



  </back>

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

-->

</rfc>

