forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug 774560 pt 3 - testcase for all characters with a full-width mappi…
…ng. r=smontagu
- Loading branch information
Showing
3 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<body style="white-space: pre-wrap; word-wrap: break-word"> | ||
<!-- List of all wide characters that have mappings to/from narrow equivalents. | ||
Extracted from the Unicode database (v6.2) by running | ||
cut -d \; -f 1,6 UnicodeData.txt | \ | ||
perl -n -e 'if (/(....);<(wide|narrow)> (....)/) { printf "&#x%s;%s", ($2 eq 'wide' ? $1 : $3), ++$i % 10 ? "" : "\n" }' | ||
--> | ||
 !"#$%&'() | ||
*+,-./0123 | ||
456789:;<= | ||
>?@ABCDEFG | ||
HIJKLMNOPQ | ||
RSTUVWXYZ[ | ||
\]^_`abcde | ||
fghijklmno | ||
pqrstuvwxy | ||
z{|}~⦅⦆。「」 | ||
、・ヲァィゥェォャュ | ||
ョッーアイウエオカキ | ||
クケコサシスセソタチ | ||
ツテトナニヌネノハヒ | ||
フヘホマミムメモヤユ | ||
ヨラリルレロワン゙゚ | ||
ㅤㄱㄲㄳㄴㄵㄶㄷㄸㄹ | ||
ㄺㄻㄼㄽㄾㄿㅀㅁㅂㅃ | ||
ㅄㅅㅆㅇㅈㅉㅊㅋㅌㅍ | ||
ㅎㅏㅐㅑㅒㅓㅔㅕㅖㅗ | ||
ㅘㅙㅚㅛㅜㅝㅞㅟㅠㅡ | ||
ㅢㅣ¢£¬ ̄¦¥₩│ | ||
←↑→↓■○ | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<body style="text-transform: full-width; white-space: pre"> | ||
<!-- List of all "narrow" characters that have a full-width mapping in Unicode. | ||
Extracted from the Unicode database (v6.2) by running | ||
cut -d \; -f 1,6 UnicodeData.txt | \ | ||
perl -n -e 'if (/(....);<(wide|narrow)> (....)/) { printf "&#x%s;%s", ($2 eq 'narrow' ? $1 : $3), ++$i % 10 ? "" : "\n" }' | ||
--> | ||
 !"#$%&'() | ||
*+,-./0123 | ||
456789:;<= | ||
>?@ABCDEFG | ||
HIJKLMNOPQ | ||
RSTUVWXYZ[ | ||
\]^_`abcde | ||
fghijklmno | ||
pqrstuvwxy | ||
z{|}~⦅⦆。「」 | ||
、・ヲァィゥェォャュ | ||
ョッーアイウエオカキ | ||
クケコサシスセソタチ | ||
ツテトナニヌネノハヒ | ||
フヘホマミムメモヤユ | ||
ヨラリルレロワン゙゚ | ||
ᅠᄀᄁᆪᄂᆬᆭᄃᄄᄅ | ||
ᆰᆱᆲᆳᆴᆵᄚᄆᄇᄈ | ||
ᄡᄉᄊᄋᄌᄍᄎᄏᄐᄑ | ||
하ᅢᅣᅤᅥᅦᅧᅨᅩ | ||
ᅪᅫᅬᅭᅮᅯᅰᅱᅲᅳ | ||
ᅴᅵ¢£¬¯¦¥₩│ | ||
←↑→↓■○ | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters