Skip to content
Snippets Groups Projects
Commit 834113aa authored by Jungshik Shin's avatar Jungshik Shin
Browse files

Make ISO-2022-JP converter compliant to the WHATWG encoding spec

The encoding of 373 code point into ISO-2022-JP failed because they're
mapped to SJIS code points for which there's no JIS 208 mapping.
Using JIS X 208 table in EUC-JP solves this issue.

Upstream bug: https://unicode-org.atlassian.net/browse/ICU-20251

Bug: 901255
Test: https://www.w3.org/International/tests/repo/run?base=encoding&batch=encoding-dbl-byte&test=legacy-mb-japanese/iso-2022-jp/iso2022jp-encode-form.html
Change-Id: I3237fa1269a3ae2e89b22e246aaf2ae43fd56c7d
Reviewed-on: https://chromium-review.googlesource.com/c/1314052


Reviewed-by: default avatarJoshua Bell <jsbell@chromium.org>
parent 77cc541d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment