ICU-1291 fixed sigma problems

X-SVN-Rev: 7035
This commit is contained in:
Mark Davis 2001-11-21 00:51:58 +00:00
parent f71ae37294
commit 2fbfc6a4c3
4 changed files with 32 additions and 32 deletions

View File

@ -3,8 +3,8 @@
* others. All Rights Reserved.
**************************************************************************
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/impl/data/Attic/LocaleElements_el.java,v $
* $Date: 2001/11/20 01:13:29 $
* $Revision: 1.4 $
* $Date: 2001/11/21 00:51:58 $
* $Revision: 1.5 $
**************************************************************************
*/
@ -59,8 +59,8 @@ public class LocaleElements_el extends ListResourceBundle {
"$caron = \u030C;"+
"$afterLetter = [:^L:] [\\'[:M:]]* ;"+
"$beforeLetter = [\\'[:M:]]* [:^L:] ;"+
"$afterLetter = [:L:] [\\'[:M:]]* ;"+
"$beforeLetter = [\\'[:M:]]* [:L:] ;"+
"# Fix punctuation\n"+
@ -171,15 +171,15 @@ public class LocaleElements_el extends ListResourceBundle {
"# Caron means exception\n"+
"# before a letter, initial\n"+
"\u03c2 } $beforeLetter <> s $caron } $beforeLetter;"+
"\u03c2 } $beforeLetter <> s $under } $beforeLetter;"+
"\u03c3 } $beforeLetter <> s } $beforeLetter;"+
"# otherwise, after a letter = final\n"+
"$afterLetter { \u03c3 <> $afterLetter { s $caron;"+
"$afterLetter { \u03c3 <> $afterLetter { s $under;"+
"$afterLetter { \u03c2 <> $afterLetter { s ;"+
"# otherwise (isolated) = initial\n"+
"\u03c2 <> s $caron;"+
"\u03c2 <> s $under;"+
"\u03c3 <> s ;"+
"[Pp] { \u03a3 <> \\'S ; "+

View File

@ -3,8 +3,8 @@
# Corporation and others. All Rights Reserved.
#--------------------------------------------------------------------
# $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/impl/data/Attic/Transliterator_Greek_Latin.txt,v $
# $Date: 2001/11/20 01:13:28 $
# $Revision: 1.12 $
# $Date: 2001/11/21 00:51:58 $
# $Revision: 1.13 $
#--------------------------------------------------------------------
# Rules are predicated on running NFD first, and NFC afterwards
@ -49,10 +49,10 @@ $iotasub = ͅ ;
$evowel_i = [$evowel-[iI]] ;
$caron = \u030C;
$underbar = \u0331;
$afterLetter = [:^L:] [\'[:M:]]* ;
$beforeLetter = [\'[:M:]]* [:^L:] ;
$afterLetter = [:L:] [[:M:]\']* ;
$beforeLetter = [[:M:]\']* [:L:] ;
# Fix punctuation
@ -241,18 +241,18 @@ $smooth > ;
[Pp] { } ς > \' ;
[Pp] { } σ > \' ;
# Caron means exception
# underbar means exception
# before a letter, initial
ς } $beforeLetter <> s $caron } $beforeLetter;
ς } $beforeLetter <> s $underbar } $beforeLetter;
σ } $beforeLetter <> s } $beforeLetter;
# otherwise, after a letter = final
$afterLetter { σ <> $afterLetter { s $caron;
$afterLetter { σ <> $afterLetter { s $underbar;
$afterLetter { ς <> $afterLetter { s ;
# otherwise (isolated) = initial
ς <> s $caron;
ς <> s $underbar;
σ <> s ;
[Pp] { Σ <> \'S ;

View File

@ -3,8 +3,8 @@
* others. All Rights Reserved.
**************************************************************************
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/text/resources/Attic/LocaleElements_el.java,v $
* $Date: 2001/11/20 01:13:29 $
* $Revision: 1.4 $
* $Date: 2001/11/21 00:51:58 $
* $Revision: 1.5 $
**************************************************************************
*/
@ -59,8 +59,8 @@ public class LocaleElements_el extends ListResourceBundle {
"$caron = \u030C;"+
"$afterLetter = [:^L:] [\\'[:M:]]* ;"+
"$beforeLetter = [\\'[:M:]]* [:^L:] ;"+
"$afterLetter = [:L:] [\\'[:M:]]* ;"+
"$beforeLetter = [\\'[:M:]]* [:L:] ;"+
"# Fix punctuation\n"+
@ -171,15 +171,15 @@ public class LocaleElements_el extends ListResourceBundle {
"# Caron means exception\n"+
"# before a letter, initial\n"+
"\u03c2 } $beforeLetter <> s $caron } $beforeLetter;"+
"\u03c2 } $beforeLetter <> s $under } $beforeLetter;"+
"\u03c3 } $beforeLetter <> s } $beforeLetter;"+
"# otherwise, after a letter = final\n"+
"$afterLetter { \u03c3 <> $afterLetter { s $caron;"+
"$afterLetter { \u03c3 <> $afterLetter { s $under;"+
"$afterLetter { \u03c2 <> $afterLetter { s ;"+
"# otherwise (isolated) = initial\n"+
"\u03c2 <> s $caron;"+
"\u03c2 <> s $under;"+
"\u03c3 <> s ;"+
"[Pp] { \u03a3 <> \\'S ; "+

View File

@ -3,8 +3,8 @@
# Corporation and others. All Rights Reserved.
#--------------------------------------------------------------------
# $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/text/resources/Attic/Transliterator_Greek_Latin.txt,v $
# $Date: 2001/11/20 01:13:28 $
# $Revision: 1.12 $
# $Date: 2001/11/21 00:51:58 $
# $Revision: 1.13 $
#--------------------------------------------------------------------
# Rules are predicated on running NFD first, and NFC afterwards
@ -49,10 +49,10 @@ $iotasub = ͅ ;
$evowel_i = [$evowel-[iI]] ;
$caron = \u030C;
$underbar = \u0331;
$afterLetter = [:^L:] [\'[:M:]]* ;
$beforeLetter = [\'[:M:]]* [:^L:] ;
$afterLetter = [:L:] [[:M:]\']* ;
$beforeLetter = [[:M:]\']* [:L:] ;
# Fix punctuation
@ -241,18 +241,18 @@ $smooth > ;
[Pp] { } ς > \' ;
[Pp] { } σ > \' ;
# Caron means exception
# underbar means exception
# before a letter, initial
ς } $beforeLetter <> s $caron } $beforeLetter;
ς } $beforeLetter <> s $underbar } $beforeLetter;
σ } $beforeLetter <> s } $beforeLetter;
# otherwise, after a letter = final
$afterLetter { σ <> $afterLetter { s $caron;
$afterLetter { σ <> $afterLetter { s $underbar;
$afterLetter { ς <> $afterLetter { s ;
# otherwise (isolated) = initial
ς <> s $caron;
ς <> s $underbar;
σ <> s ;
[Pp] { Σ <> \'S ;