ICU-1472 Katakana half-widths

X-SVN-Rev: 6815
This commit is contained in:
Mark Davis 2001-11-13 02:57:28 +00:00
parent ca8241014c
commit 32c8bf9026
2 changed files with 6 additions and 6 deletions

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_Latin_Katakana.txt,v $
# $Date: 2001/11/13 02:49:41 $
# $Revision: 1.9 $
# $Date: 2001/11/13 02:57:28 $
# $Revision: 1.10 $
#--------------------------------------------------------------------
#:: [\u0020-\u00FF [:Latin:][:Mark:]] ; # note: a global filter is more efficient, but MUST include all source chars
@ -449,7 +449,7 @@ x > | ks ;
'~' > ; # delete stray tildes between letters
[:Katakana:] { '' } [:Latin:] > ; # delete stray quotes between letters
[\u3099-\u309C[:Nonspacing Mark:]] > ; # delete any non-spacing marks that we didn't use
[[:Nonspacing Mark:]-[\u3099-\u309C]] > ; # delete any non-spacing marks that we didn't use
:: NFC (NFKD) ; # use NFKD to get the halfwidth katakana characters

View File

@ -3,8 +3,8 @@
# Corporation and others. All Rights Reserved.
#--------------------------------------------------------------------
# $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/text/resources/Attic/Transliterator_Latin_Katakana.txt,v $
# $Date: 2001/11/13 02:49:41 $
# $Revision: 1.9 $
# $Date: 2001/11/13 02:57:28 $
# $Revision: 1.10 $
#--------------------------------------------------------------------
#:: [\u0020-\u00FF [:Latin:][:Mark:]] ; # note: a global filter is more efficient, but MUST include all source chars
@ -449,7 +449,7 @@ x > | ks ;
'~' > ; # delete stray tildes between letters
[:Katakana:] { '' } [:Latin:] > ; # delete stray quotes between letters
[\u3099-\u309C[:Nonspacing Mark:]] > ; # delete any non-spacing marks that we didn't use
[[:Nonspacing Mark:]-[\u3099-\u309C]] > ; # delete any non-spacing marks that we didn't use
:: NFC (NFKD) ; # use NFKD to get the halfwidth katakana characters