You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2024. It is now read-only.
I am Japanese user and when I run rake haml:convert_erbs, following errors are returned against some erb files.
Error on line 128: Invalid Windows-31J character "\xE6"
(error character is different for each case, such as "\xE6" or "\xE4")
I compiled some erb templates and partials including Japanese characters. But somehow some of them causes error and the others not.
Moreover some says that put a code Encoding.default_external = 'utf-8' to config.ru is efficient and the other says environmental variable LANG should be ja_JP.UTF-8. I've tried both of them but cannot see any improvement.
Hello.
I am Japanese user and when I run
rake haml:convert_erbs, following errors are returned against some erb files.(error character is different for each case, such as "\xE6" or "\xE4")
I compiled some erb templates and partials including Japanese characters. But somehow some of them causes error and the others not.
Moreover some says that put a code
Encoding.default_external = 'utf-8'to config.ru is efficient and the other says environmental variable LANG should beja_JP.UTF-8. I've tried both of them but cannot see any improvement.Could you guess why?