We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce8d47 commit 9f92654Copy full SHA for 9f92654
encoding.bs
@@ -2270,6 +2270,10 @@ consumers of content generated with <a>GBK</a>'s <a for=/>encoder</a>.
2270
2271
<li><p>If <var>code point</var> is U+2212, set it to U+FF0D.
2272
2273
+ <li><p>If <var>code point</var> is in the range U+FF65 to U+FF9F, inclusive, set it to the result
2274
+ of normalizing <var>code point</var> using Normalization Form KC (NFKC). [[!UNICODE]]
2275
+ <!-- Katakana; halfwidth to fullwidth -->
2276
+
2277
<li>
2278
<p>Let <var>pointer</var> be the <a>index pointer</a> for <var>code point</var> in
2279
<a>index jis0208</a>.
0 commit comments