<?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-01" category="info" consensus="true" submissionType="IETF" 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="02"/>

    
    
    <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"/> throughout the document.
In short, all responsibilities that were held by the RFC Editor in RFC 7997 are handled by the RPC.
If the RPC has questions about the content of RFCs, the RPC can ask the RFC stream approving bodies for input.</t>
  <t>Removed requirements of marking non-ASCII characters with XML markup.
Clarified that names with non-Latin characters should have Latin transliterations.</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>Added the suggestion that non-ASCII characters appear in NFC.</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>
</list></t>

</section>
</section>
<section anchor="basic_requirements"><name>Basic Requirements</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 Characters</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.</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), which is described in <xref target="UnicodeNorm"/>
as "canonical decomposition, followed by canonical composition".
If the author expects a different normalization form to appear in the published RFC, that must be noted in the text of the RFC.</t>

<section anchor="general-usage-throughout-a-document"><name>General Usage throughout a Document</name>

<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>Reference entries (bibliographic text) and tables follow the rules given in this section.</t>

<t>[ The text from <xref target="body_of_document"/> could be moved here and some duplication removed. ]</t>

<t>[ The example for this section from RFC 7997 has been removed. It was, in fact, not an example of general
usage but instead a protocol example. ]</t>

</section>
<section anchor="person-and-company-names"><name>Person and Company Names</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).</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>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 U+ encoding after the character.</t>

</section>
<section anchor="body_of_document"><name>Body of the Document</name>

<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 from <xref target="BCP137"/>, at least on first use in the RFC.</t>

<t>Use of the actual non-ASCII character (such as common math symbols like √) 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>For 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><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>Code components may have different requirements for using the U+ notation.
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>
<section anchor="keywords-and-citation-tags"><name>Keywords and Citation Tags</name>

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

<t>[ Does the WG still want this restriction? ]</t>

</section>
<section anchor="authors-address-information"><name>Authors' Address Information</name>

<t>The purpose of providing authors' address information, either postal or email,
is to assist readers of an RFC in contacting the author or authors.
Authors may include the official postal address as recognized by
their company or local postal service 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>
<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:
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
nWionf8GiGhM4IIxAAA=

-->

</rfc>

