如何在 iPhone 模拟器上启用日语键盘?
我有一个带有 UISearchBar 的 UITableview,其中包含日语单词,我想测试它是否可以使用日语键盘搜索日语单词。我找不到如何更改 iPhone 模拟器上的默认键盘。
I have a UITableview with a UISearchBar, which contain Japanese words, and I want to test if it works to search Japanese words with Japanese keyboard. I can't find how to change the default keyboard on iPhone simulator.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在模拟器上打开设置应用程序->常规->国际->语言。在此选择您的语言和键盘将包含所需的字母。
Open on simulator Settings application ->General->International->Language. Select here your language and keyboard will have required letters.
我认为我们真正想做的是添加国际键盘,而不是更改模拟器的语言。
I think what we really want to do is add an international keyboard, not change the language of the simulator.
请注意,对于日语(和中文)来说,键盘布局并不那么重要;需要一个输入模块将输入转换为实际的表意字符。这些被称为“IME”(输入法编辑器)
键盘只有大约一百个键,其中只有一半是字母键;但日语和中文需要数千个不同的字符。 IME 的作用是将描述性输入的语音转换为所需的字符。
日语键盘可直接输入注音日语字符(片假名和平假名);但所有日语输入法都接受本机假名或罗马化(拉丁字母)的语音输入。
Note that for Japanese (and Chinese) the keyboard layout isn't that important; what is needed is an input module converting the input to actual ideographic characters. Those are called "IME" (Input Method Editor)
A keyboard has just about a hundred keys, only half of them being alphabetic; but Japanese and Chinese need several thousands different characters. The role of IMEs are to convert phonetic of descriptive input into the wanted characters.
Japanese keyboard provides direct typing of phonetic japanese characters (katakana and hiragana); but all japanese IMEs acccept phonetic input either in native kana or in romanized (in latin letters).