[dasher] Hiragana alphabet fixes from David MacKay.
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher] Hiragana alphabet fixes from David MacKay.
- Date: Mon, 6 Jun 2011 14:13:48 +0000 (UTC)
commit cd50a3aa13132fe4c9f99f713c66712338372db2
Author: Patrick Welche <prlw1 cam ac uk>
Date: Mon Jun 6 15:08:07 2011 +0100
Hiragana alphabet fixes from David MacKay.
Work around long standing poor rendering of combining diacritics (e.g.,
tenten) by replacing the combining accent with a non-combining half-width
character from the half-width katakana range. Thanks also to Christian
Steinruecken.
Data/alphabets/alphabet.hiragana.xml | 8 +++++---
Data/alphabets/alphabet.hiragana2.xml | 7 ++++---
2 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/Data/alphabets/alphabet.hiragana.xml b/Data/alphabets/alphabet.hiragana.xml
index 7595bff..01f2ec3 100644
--- a/Data/alphabets/alphabet.hiragana.xml
+++ b/Data/alphabets/alphabet.hiragana.xml
@@ -443,9 +443,11 @@
<group name="Diacriticals" b="9" visible="on">
<!-- I'd like to replace 443,444 below by 441 and 442, which would be
correct Unicode; but it seems that it renders wrong on my laptop;
- 441,442 are the combining, nonspacing marks -->
-<s d="◌゛" t="゙" b="99" note="diacritical buzz " />
-<s d="◌゜" t="゚" b="97" note="diacritical pop " />
+ 441,442 are the combining, nonspacing marks
+ Sat 9/10/10 Now replaced with katakana marks from another font range.
+ -->
+<s d="◌゙" t="゙" b="99" note="diacritical buzz FF9E" />
+<s d="◌゚" t="゚" b="97" note="diacritical pop FF9F" />
<s d="ー" t="ー" note="Japanese long dash (long tone)" b="96" />
</group>
<group name="60 Letters (actually 55 plus two diacriticals)" b="0" visible="off">
diff --git a/Data/alphabets/alphabet.hiragana2.xml b/Data/alphabets/alphabet.hiragana2.xml
index d96686d..0521d70 100644
--- a/Data/alphabets/alphabet.hiragana2.xml
+++ b/Data/alphabets/alphabet.hiragana2.xml
@@ -128,9 +128,10 @@
<group name="Diacriticals" b="9" visible="on">
<!-- I'd like to replace 443,444 below by 441 and 442, which would be
correct Unicode; but it seems that it renders wrong on my laptop;
- 441,442 are the combining, nonspacing marks -->
-<s d="◌゛" t="゙" b="99" note="diacritical buzz " />
-<s d="◌゜" t="゚" b="97" note="diacritical pop " />
+ 441,442 are the combining, nonspacing marks
+ -->
+<s d="◌゙" t="゙" b="99" note="diacritical buzz FF9E was 12443" />
+<s d="◌゚" t="゚" b="97" note="diacritical pop FF9F was 12444" />
<!-- <s d="◌゙" t="゙" b="99" note="diacritical buzz ◌゙ ゛" /> -->
<!-- <s d="◌゚" t="゚" b="97" note="diacritical pop ◌゚ ゜" /> -->
<s d="ー" t="ー" note="Japanese long dash (long tone)" b="95" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]