Unicode Private Use Area is also rotated by tategaki.

This commit is contained in:
Aric Stewart 2013-09-06 14:47:40 -05:00 committed by Alexandre Julliard
parent 16c48f9d84
commit 5aa1f6b7a5
2 changed files with 4 additions and 2 deletions

View File

@ -6152,7 +6152,8 @@ static const struct { WCHAR lower; WCHAR upper;} unrotate_ranges[] =
{0xA000, 0xABFF},
/* Hangul Syllables */
/* Hangul Jamo Extended-B */
{0xD800, 0xF8FF},
{0xD800, 0xDFFF},
/* Private Use Area */
/* CJK Compatibility Ideographs */
{0xFB00, 0xFE0F},
/* Vertical Forms */

View File

@ -65,7 +65,8 @@ static const struct { WCHAR lower; WCHAR upper;} unrotate_ranges[] =
{0xA000, 0xABFF},
/* Hangul Syllables */
/* Hangul Jamo Extended-B */
{0xD800, 0xF8FF},
{0xD800, 0xDFFF},
/* Private Use Area */
/* CJK Compatibility Ideographs */
{0xFB00, 0xFE0F},
/* Vertical Forms */