Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
さまざまな文を含むテキスト ファイルを作成しようとしています。そのために File.stuff メソッドを使用しています。スペースを入れるにはどうすればよいですか (html や他の言語の のように)? \b を使用する必要があると言われました。うまくいかないようです-ヘブライ語で書いているからだと思います。私に何ができる?
File.stuffFile クラスにはそのようなメソッドがありません。
File.stuff
Ruby スクリプトでヘブライ語のテキストを使用する場合は、「マジック エンコーディング コメント」をファイルの先頭に追加します。
# encoding: UTF-8 hebrew = 'עברית'