如何在 iPhone 模拟器上启用日语键盘?

发布于 2024-12-14 10:08:26 字数 97 浏览 0 评论 0原文

我有一个带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

葮薆情 2024-12-21 10:08:26

在模拟器上打开设置应用程序->常规->国际->语言。在此选择您的语言和键盘将包含所需的字母。

Open on simulator Settings application ->General->International->Language. Select here your language and keyboard will have required letters.

时光是把杀猪刀 2024-12-21 10:08:26

我认为我们真正想做的是添加国际键盘,而不是更改模拟器的语言。

  1. 打开模拟器
  2. 查找设置。这是一个应用程序,而不是菜单项。寻找带有三个齿轮的图标。
  3. 导航至常规 > 键盘 > 国际键盘 > 添加新键盘
  4. 现在选择您要添加的国际键盘。
  5. 您可以通过单击看起来像地球仪的按钮来访问应用程序中的新键盘。
    在此处输入图像描述
  6. 选择后,该键盘将保持默认状态,直到您使用步骤 5 中的方法再次更改它。

I think what we really want to do is add an international keyboard, not change the language of the simulator.

  1. Open Simulator
  2. Find Settings. It's an app, not a menu item. Look for the icon with three gears.
  3. Navigate to General > Keyboard > International Keyboards > Add New Keyboard
  4. Now select the international keyboard(s) you'd like to add.
  5. You can access the new keyboard(s) in your app by clicking the button that looks like a globe.
    enter image description here
  6. Once selected, that keyboard will remain the default until you change it again using the method from step 5.
萌化 2024-12-21 10:08:26

请注意,对于日语(和中文)来说,键盘布局并不那么重要;需要一个输入模块将输入转换为实际的表意字符。这些被称为“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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文