The Web Testing Companion: The Insider's Guide to Efficient and Effective Tests
Lydia Ash
Code Pages: 1255 Windows Code Page
Covers English and Hebrew.
LOWER ASCII RANGE
0x20: !"#$%&'()*+,-./:0x2F
0x30:0123456789:;<=>?:0x3F
0x40:@ABCDEFGHIJKLMNO:0x4F
0x50:PQRSTUVWXYZ[\]^_:0x5F
0x60:`abcdefghijklmno:0x6F
0x70:pqrstuvwxyz{|}~:0x7F
EXTENDED RANGE
0x80:€‚ƒ„…†‡ˆ‰‹Ž:0x8F
0x90:‘’“”•–—˜™›:0x9F
0xA0: ¡¢£₪¥¦§¨©×«¬®¯:0xAF
0xB0:°±²³´µ¶·¸¹÷»¼½¾¿:0xBF
Note: Due to the bidirectional issues in Hebrew when placing
characters on the same line, individual code points and their corresponding
characters are placed in the following listing.
0xC0: ְ
0xC1: ֱ
0xC2: ֲ
0xC3: ֳ
0xC4: ִ
0xC5: ֵ
0xC6: ֶ
0xC7: ַ
0xC8: ָ
0xC9: ֹ
0xCA: ֺ
0xCB: ֻ
0xCC: ּ
0xCD: ֽ
0xCE: ־
0xCF: ֿ
0xD0: ׀
0xD1: ׁ
0xD2: ׂ
0xD3: ׃
0xD4: װ
0xD5: ױ
0xD6: ײ
0xD7: ׳
0xD8:
0xE0: א
0xE1: ב
0xE2: ג
0xE3: ד
0xE4: ה
0xE5: ו
0xE6: ז
0xE7: ח
0xE8: ט
0xE9: י
0xEA: ך
0xEB: כ
0xEC: ל
0xED: ם
0xEE: מ
0xEF: ן
0xF0: נ
0xF1: ס
0xF2: ע
0xF3: ף
0xF4: פ
0xF5: ץ
0xF6: צ
0xF7: ק
0xF8: ר
0xF9: ש
0xFA: ת
0xFD:
0xFE:
Note: 0xFD is the nonprintable left-to-right mark. 0xFF is the
nonprintable right-to-left mark.
|