红宝石中的希伯来语字符串
我正在尝试创建一个包含不同句子的文本文件。 我正在使用 File.stuff 方法来做到这一点。 如何放置空格(就像 html 和其他语言中的  )? 有人告诉我应该使用 \b 。 它似乎不起作用 - 我相信这是因为我用希伯来语写作。 我能做些什么?
I am trying to create a text files with different sentences.
I am using File.stuff methods to do that.
How do I put a spacing (Simply like   in html and other lanuages)?
I've been told I should use \b .
It doesn't seem to work - I belive it's because I am writing in hebrew.
What can I do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道
File.stuff
应该是什么 - File 类没有这样的方法。如果您想在 ruby 脚本中使用希伯来语文本,请将“魔法编码注释”添加到您的文件中。
I have no idea what
File.stuff
is supposed to be - the File class has no such method.If you want to use hebrew text in a ruby script, prepend the "magic encoding comment" to your file.