[dasher] Korean alphabet fixes from David MacKay.



commit 7067d6dab18a086fa1845d7cc592fcc71b8aa91d
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Mon Jun 6 15:03:54 2011 +0100

    Korean alphabet fixes from David MacKay.
    
    Displayed vowel characters were aligning to the outside left of
    their boxes instead of inside their boxes. Use "compatibility"
    vowels for the "d" fields.

 Data/alphabets/alphabet.korean.xml |   44 ++++++++++++++++++-----------------
 1 files changed, 23 insertions(+), 21 deletions(-)
---
diff --git a/Data/alphabets/alphabet.korean.xml b/Data/alphabets/alphabet.korean.xml
index 7d70f0f..e028788 100644
--- a/Data/alphabets/alphabet.korean.xml
+++ b/Data/alphabets/alphabet.korean.xml
@@ -37,27 +37,29 @@
 </group> 
 <group name="Korean vowels"   b="189"   visible="on">
 <!--  colour for this group was 141 -->
-<s d="&#4449;" t="&#4449;" b="100" note="a"/>
-<s d="&#4450;" t="&#4450;" b="101" note="ae"/>
-<s d="&#4451;" t="&#4451;" b="102" note="ya"/>
-<s d="&#4452;" t="&#4452;" b="103" note="yae"/>
-<s d="&#4453;" t="&#4453;" b="104" note="eo"/>
-<s d="&#4454;" t="&#4454;" b="100" note="e"/>
-<s d="&#4455;" t="&#4455;" b="101" note="yeo"/>
-<s d="&#4456;" t="&#4456;" b="102" note="ye"/>
-<s d="&#4457;" t="&#4457;" b="103" note="o"/>
-<s d="&#4458;" t="&#4458;" b="104" note="wa"/>
-<s d="&#4459;" t="&#4459;" b="100" note="wae"/>
-<s d="&#4460;" t="&#4460;" b="101" note="oe"/>
-<s d="&#4461;" t="&#4461;" b="102" note="yo"/>
-<s d="&#4462;" t="&#4462;" b="103" note="u"/>
-<s d="&#4463;" t="&#4463;" b="104" note="weo"/>
-<s d="&#4464;" t="&#4464;" b="100" note="we"/>
-<s d="&#4465;" t="&#4465;" b="101" note="wi"/>
-<s d="&#4466;" t="&#4466;" b="102" note="yu"/>
-<s d="&#4467;" t="&#4467;" b="103" note="eu"/>
-<s d="&#4468;" t="&#4468;" b="104" note="yi"/>
-<s d="&#4469;" t="&#4469;" b="100" note="i"/>
+<!-- Sat 9/10/10 tried using the compatibility jamo for display
+     Seems to work.  -->
+<s d="&#12623;" t="&#4449;" b="100" note="a"/>
+<s d="&#12624;" t="&#4450;" b="101" note="ae"/>
+<s d="&#12625;" t="&#4451;" b="102" note="ya"/>
+<s d="&#12626;" t="&#4452;" b="103" note="yae"/>
+<s d="&#12627;" t="&#4453;" b="104" note="eo"/>
+<s d="&#12628;" t="&#4454;" b="100" note="e"/>
+<s d="&#12629;" t="&#4455;" b="101" note="yeo"/>
+<s d="&#12630;" t="&#4456;" b="102" note="ye"/>
+<s d="&#12631;" t="&#4457;" b="103" note="o"/>
+<s d="&#12632;" t="&#4458;" b="104" note="wa"/>
+<s d="&#12633;" t="&#4459;" b="100" note="wae"/>
+<s d="&#12634;" t="&#4460;" b="101" note="oe"/>
+<s d="&#12635;" t="&#4461;" b="102" note="yo"/>
+<s d="&#12636;" t="&#4462;" b="103" note="u"/>
+<s d="&#12637;" t="&#4463;" b="104" note="weo"/>
+<s d="&#12638;" t="&#4464;" b="100" note="we"/>
+<s d="&#12639;" t="&#4465;" b="101" note="wi"/>
+<s d="&#12640;" t="&#4466;" b="102" note="yu"/>
+<s d="&#12641;" t="&#4467;" b="103" note="eu"/>
+<s d="&#12642;" t="&#4468;" b="104" note="yi"/>
+<s d="&#12643;" t="&#4469;" b="100" note="i"/>
 </group> 
 <group name="Korean trailing consonants"   b="129"   visible="on">
 <s d="&#4520;" t="&#4520;" b="105"/>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]