1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Set encoding of the multibyte test helpers file to UTF-8 so the strings can be read by Ruby 1.9.

This commit is contained in:
Manfred Stienstra 2008-09-21 18:31:15 +02:00
parent 1585a7ed02
commit 5795c509a7

View file

@ -1,3 +1,5 @@
# encoding: utf-8
module MultibyteTestHelpers
UNICODE_STRING = 'こにちわ'
ASCII_STRING = 'ohayo'