Skip to content

Commit 9f92654

Browse files
committed
ISO-2022-JP encoder: convert halfwidth Katakana to fullwidth
Fixes #105.
1 parent 9ce8d47 commit 9f92654

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

encoding.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,6 +2270,10 @@ consumers of content generated with <a>GBK</a>'s <a for=/>encoder</a>.
22702270

22712271
<li><p>If <var>code point</var> is U+2212, set it to U+FF0D.
22722272

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+
22732277
<li>
22742278
<p>Let <var>pointer</var> be the <a>index pointer</a> for <var>code point</var> in
22752279
<a>index jis0208</a>.

0 commit comments

Comments
 (0)