cjk_converter 0.0.18 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/cjk_converter/pinyin.rb +10 -1
- data/lib/cjk_converter/version.rb +1 -1
- metadata +1 -1
data/lib/cjk_converter/pinyin.rb
CHANGED
@@ -184,6 +184,15 @@ module CJKConverter
|
|
184
184
|
'm3' => 'm̌',#using combining diacritical marks
|
185
185
|
'm4' => "m̀",
|
186
186
|
'm5' => 'm',
|
187
|
-
|
187
|
+
'n1' => 'ēn',
|
188
|
+
'n2' => "én",
|
189
|
+
'n3' => "ěn",
|
190
|
+
'n4' => "èn",
|
191
|
+
'n5' => 'en',
|
192
|
+
'ng1' => 'ēng',
|
193
|
+
'ng2' => "éng",
|
194
|
+
'ng3' => "ěng",
|
195
|
+
'ng4' => "èng",
|
196
|
+
'ng5' => 'eng'
|
188
197
|
}
|
189
198
|
end
|