From: "duerst (Martin Dürst)" Date: 2013-01-26T16:03:56+09:00 Subject: [ruby-core:51703] [ruby-trunk - Bug #7742] System encoding (Windows-1258) is not recognized by Ruby to convert back to UTF-8 Issue #7742 has been updated by duerst (Martin D��rst). Mars (Hong Ha Dang ) wrote: > > C:/RailsInstaller/scripts/config_check.rb:64:in 'exist?': code converter not > > found Yes, windows-1258 (for Vietnamese) is currently not supported. The reason for this is because conversion from windows-1258 to UTF-8 should produce output in Unicode Normalization Form C. As an example, the sequence 0xE3 0xEC (LATIN SMALL LETTER A WITH BREVE followed by COMBINING ACCUTE ACCENT) should not be converted to the sequence U+0103 U+0301, but to the single character U+1EAF (LATIN SMALL LETTER A WITH BREVE AND ACCUTE). This means that this bug depends on bug #6351. Unfortunately, I don't have time now to work on that bug; this will have to wait for March, sorry. ---------------------------------------- Bug #7742: System encoding (Windows-1258) is not recognized by Ruby to convert back to UTF-8 https://bugs.ruby-lang.org/issues/7742#change-35667 Author: Mars (Hong Ha Dang ) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: 1.9.3 I installed Railsinstaller in win8. After intall complete the screen set to > configuration Railsinstaller on cmd (step 2). I give user name: DHH Mars and > email: dhhma...@gmail.com. It ran and have following massage: > > C:/RailsInstaller/scripts/config_check.rb:64:in 'exist?': code converter not > found from > C:/RailsInstaller/scripts/config_check.rb:64:in 'main' > > C:\Sites> -- http://bugs.ruby-lang.org/