diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-07-22 13:39:41 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-07-22 13:41:57 -0400 |
commit | a9a416de60ce42fea78e8283253d07a018bf2778 (patch) | |
tree | 1a716969edb7c6e45c174ecf819d637c771a1d7c /pango-view | |
parent | 72f2d4ac7ca20e5931f4b33e67598d0059ad1527 (diff) | |
download | pango-a9a416de60ce42fea78e8283253d07a018bf2778.tar.gz |
Bug 589113 – Some characters rotated incorrectly in vertical text
Always show full-width Unicode characters upright.
Diffstat (limited to 'pango-view')
-rw-r--r-- | pango-view/test-mixed.markup | 2 | ||||
-rw-r--r-- | pango-view/test-mixed.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pango-view/test-mixed.markup b/pango-view/test-mixed.markup index daac071d..894a1b81 100644 --- a/pango-view/test-mixed.markup +++ b/pango-view/test-mixed.markup @@ -5,5 +5,5 @@ Grass is Green. 2006</span> <span lang="fa">Arabic is گلها قرمزند، چمن سبز. ۲۰۰۶</span> -<span lang="zh-cn">白日依山尽, 2006</span> +<span lang="zh-cn">ABC 白日依山尽, 2006</span> <span lang="ja">「ノートを買った。」</span> diff --git a/pango-view/test-mixed.txt b/pango-view/test-mixed.txt index c04a91b5..e23f0314 100644 --- a/pango-view/test-mixed.txt +++ b/pango-view/test-mixed.txt @@ -5,5 +5,5 @@ Roses are Red, Grass is Green. 2006 Arabic is گلها قرمزند، چمن سبز. ۲۰۰۶ -白日依山尽, 2006 +ABC 白日依山尽, 2006 「ノートを買った。」 |