[dasher: 41/217] Polish alphabet fixes.



commit ea7aa02c9dd42478ff783b9205bae40346736749
Author: ipomoena <amajorek google com>
Date:   Fri Sep 25 19:04:39 2015 -0700

    Polish alphabet fixes.
    
    V and q and x do not belong to Polish alphabet, but are used in foreign
    name often enough to add them.
    Proper order of last letters is Z, Ź, Ż.

 Data/alphabets/alphabet.polish.xml |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/Data/alphabets/alphabet.polish.xml b/Data/alphabets/alphabet.polish.xml
index bf19f05..3e05076 100644
--- a/Data/alphabets/alphabet.polish.xml
+++ b/Data/alphabets/alphabet.polish.xml
@@ -70,17 +70,20 @@
 
       <s t="u" d="u" />
 
+      <s t="v" d="v" />
+
       <s t="w" d="w" />
 
       <s t="x" d="x" />
 
       <s t="y" d="y" />
 
+      <s t="z" d="z" />
+
       <s t="ź" d="ź" />
 
       <s t="ż" d="ż" />
 
-      <s t="z" d="z" />
     </group>
 
     <group name="Duże litery" b="111">
@@ -140,19 +143,20 @@
 
       <s t="U" d="U" />
 
+      <s t="V" d="V" />
+
       <s t="W" d="W" />
 
       <s t="X" d="X" />
 
+      <s t="Y" d="Y" />
+
       <s t="Z" d="Z" />
 
-<!-- ACL removing duplicates. Why are these here?
       <s t="Ź" d="Ź" />
 
       <s t="Ż" d="Ż" />
 
-      <s t="Z" d="Z" />
--->
     </group>
 
     <group name="Liczby"   b="113">


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