Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: icu46/source/data/translit/ja_Latn_ko.txt

Issue 5516007: Check in the pristine copy of ICU 4.6... (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu46/source/data/translit/it_ja.txt ('k') | icu46/source/data/translit/ja_Latn_ru.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu46/source/data/translit/ja_Latn_ko.txt
===================================================================
--- icu46/source/data/translit/ja_Latn_ko.txt (revision 0)
+++ icu46/source/data/translit/ja_Latn_ko.txt (revision 0)
@@ -0,0 +1,93 @@
+# ***************************************************************************
+# *
+# * Copyright (C) 2004-2010, International Business Machines
+# * Corporation; Unicode, Inc.; and others. All Rights Reserved.
+# *
+# ***************************************************************************
+# File: ja_Latn_ko.txt
+# Generated from CLDR
+#
+::NFD(NFC);
+::[:Latin:] Lower();
+$consonant = [ᄀᄁᄂᄃᄄᄅᄆᄇᄈᄉᄊᄋᄌᄍᄎᄏᄐᄑᄒ];
+$lengthMarker = [\u0302\u0304];
+[\-\'] → ;
+e $lengthMarker → | e i ;
+$lengthMarker → ;
+[^$consonant] { ( [aiueoyw] ) → ᄋ | $1 ; # Supply a required null initial.
+a → ᅡ ;
+i\~e → | ie ; # イェ
+i → ᅵ ;
+u\~a → | wa ; # クァ, グァ
+u\~i → ᅱ ; # ウィ, クィ, etc.
+u\~e → ᅰ ; # ウェ
+u\~o → ᅯ ; # ウォ
+u → ᅮ ;
+e → ᅦ ;
+o → ᅩ ;
+kk → ᆺ | k ;
+ss → ᆺ | s ;
+tt → ᆺ | t ;
+tc → ᆺ | c ;
+cc → ᆺ | c ;
+hh → ᆺ | h ;
+ff → ᆺ | f ;
+rr → ᆺ | r ;
+gg → ᆺ | g ;
+zz → ᆺ | z ;
+jj → ᆺ | j ;
+dd → ᆺ | d ;
+bb → ᆺ | b ;
+vv → ᆺ | v ;
+pp → ᆺ | p ;
+' ' { k → | g ; # Beginning of a word (after space).
+^k → | g ; # Beginning of the string.
+k → ᄏ ;
+sh → | sy ;
+su → 스 ;
+s → ᄉ ;
+te\~ → | t ; # テュ
+to\~ → | t ; # トゥ
+tsu\~ → | ch ; # ツァ, ツィ, etc.
+tsu → 쓰 ;
+ts → | ch ;
+' ' { t → | d ;
+^t → | d ;
+t → ᄐ ;
+' ' { ch → | j ;
+^ch → | j ;
+ch → ᄎ ;
+n } [\ \'bcdfghjkmnprstwz] → ᆫ ;
+n$ → ᆫ ;
+n → ᄂ ;
+h → ᄒ ;
+fu\~ → | p ; # フュ
+fu → | hu ;
+f → | p ;
+m } [bmp] → ᆫ ;
+m → ᄆ ;
+ya → ᅣ ;
+yi → ᅵ ; # Added for convenience, after shi.
+yu → ᅲ ;
+ye → ᅨ ;
+yo → ᅭ ;
+r → ᄅ ;
+wa → ᅪ ;
+w → ;
+g → ᄀ ;
+zu → 즈 ;
+z → | j ;
+j → ᄌ ;
+de\~ → | d ; # デュ
+dji\~ → | j ; # ヂァ, ヂゥ, etc.
+dji → | ji ; # ヂ
+do\~ → | d ; # ドゥ
+dzu\~ → | j ; # ヅァ, ヅィ, etc.
+dzu → | zu ; # ヅ
+dz → | j ;
+d → ᄃ ;
+b → ᄇ ;
+vu\~ → | b ; # ヴァ, etc.
+v → | b ;
+p → ᄑ ;
+::NFC(NFD);
Property changes on: icu46/source/data/translit/ja_Latn_ko.txt
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « icu46/source/data/translit/it_ja.txt ('k') | icu46/source/data/translit/ja_Latn_ru.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698