Changeset 2113 for draft-ietf-httpbis/latest/p2-semantics.html
- Timestamp:
- 11/01/13 13:04:08 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.html
r2112 r2113 1022 1022 other human beings. Computer languages are explicitly excluded. HTTP uses language tags within the <a href="#header.accept-language" class="smpl">Accept-Language</a> and <a href="#header.content-language" class="smpl">Content-Language</a> fields. 1023 1023 </p> 1024 <p id="rfc.section.3.1.3.1.p.2">In summary, a language tag is composed of one or more parts: A primary language subtag followed by a possibly empty series1025 of subtags:1026 </p>1027 1024 <div id="rfc.figure.u.10"></div><pre class="inline"><span id="rfc.iref.g.12"></span> <a href="#language.tags" class="smpl">language-tag</a> = <Language-Tag, defined in <a href="#RFC5646" id="rfc.xref.RFC5646.2"><cite title="Tags for Identifying Languages">[RFC5646]</cite></a>, <a href="http://tools.ietf.org/html/rfc5646#section-2.1">Section 2.1</a>> 1028 </pre><p id="rfc.section.3.1.3.1.p.4">White space is not allowed within the tag and all tags are case-insensitive. The name space of language subtags is administered 1029 by the IANA (see <<a href="http://www.iana.org/assignments/language-subtag-registry">http://www.iana.org/assignments/language-subtag-registry</a>>). 1030 </p> 1031 <div id="rfc.figure.u.11"></div> 1032 <p>Example tags include:</p> <pre class="text"> en, en-US, es-419, az-Arab, x-pig-latin, man-Nkoo-GN 1033 </pre> <p id="rfc.section.3.1.3.1.p.6">See <a href="#RFC5646" id="rfc.xref.RFC5646.3"><cite title="Tags for Identifying Languages">[RFC5646]</cite></a> for further information. 1025 </pre><p id="rfc.section.3.1.3.1.p.3">A language tag is composed of one or more parts: A primary language subtag followed by a possibly empty series of subtags. 1026 White space is not allowed within the tag and all tags are case-insensitive. Example tags include: 1027 </p> 1028 <div id="rfc.figure.u.11"></div><pre class="text"> en, en-US, es-419, az-Arab, x-pig-latin, man-Nkoo-GN 1029 </pre><p id="rfc.section.3.1.3.1.p.5">See <a href="#RFC5646" id="rfc.xref.RFC5646.3"><cite title="Tags for Identifying Languages">[RFC5646]</cite></a> for further information. 1034 1030 </p> 1035 1031 <div id="rfc.iref.c.6"></div>
Note: See TracChangeset
for help on using the changeset viewer.