What to expect for Hankaku & Zenkaku? #122
-
Hi, sorry I am not so familiar with the japanese language, but I want to understand how these name-forms are working with the API. Questions
` Lilly -> Lilly
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @maxl2287 , Thank you for the question. Good point; actually unusual, and they are Japanese language specific character sets, even though they are part of UTF-8 Unicode. For us Japanese, we use Chinese characters (Japanese version) for names, and in addition, we use Kana names, which correspond to pronounciation of the names and which are written in Kana Zenkaku and Kana Hankaku char set. For example, my first name is Toshiyasu, which is composed of four syllables and can be writen as 'ト シ ヤ ス' in Kana Zenkaku, and as 'ト シ ヤ ス' in Kana Hankaku. Hope you can see the differences. And, why 'federca' and 'federica' are used as the API examples is that we think names written in Kana Zenkaku and Kana Hankaku do not mean anything for international API users who do not understand Japanese language. Unusual, but It may still be possible to use Kana Zenkaku and Kana Hankaku for Latin-names, e.g 'フェデリカ'/'フェデリカ' for Federica, 'マックス'/'マックス' for Max, 'リリー'/'リリー' for Lilly, just if a Service Provider should want, by writing pronounciation of these Latin-names using Kana Zenkaku/ Kana Hankakku. Best regards, |
Beta Was this translation helpful? Give feedback.
Hi @maxl2287 ,
Thank you for the question. Good point; actually unusual, and they are Japanese language specific character sets, even though they are part of UTF-8 Unicode. For us Japanese, we use Chinese characters (Japanese version) for names, and in addition, we use Kana names, which correspond to pronounciation of the names and which are written in Kana Zenkaku and Kana Hankaku char set.
For example, my first name is Toshiyasu, which is composed of four syllables and can be writen as 'ト シ ヤ ス' in Kana Zenkaku, and as 'ト シ ヤ ス' in Kana Hankaku. Hope you can see the differences. And, why 'federca' and 'federica' are used as the API examples is that we think names written in Kana Zenkaku…