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
Adding "# encoding: utf-8" at the top of the .rb file allows me to use non ASCII characters in the code, which runs smoothly. Unfortunately, the debugger raises the following exception:
I'm running:
- Ubuntu 10.04
- NetBeans IDE 6.9
- ruby 1.9.1p378 (2010-01-10 revision 26273) [x86_64-linux] compiled from sources
- and the following gems:
actionmailer (2.3.8)
actionpack (2.3.8)
activerecord (2.3.8)
activeresource (2.3.8)
activesupport (2.3.8)
archive-tar-minitar (0.5.2)
columnize (0.3.1)
linecache19 (0.5.11)
rack (1.2.1, 1.1.0)
rails (2.3.8)
rake (0.8.7)
ruby-debug-base19 (0.11.23)
ruby-debug-ide19 (0.4.12)
ruby_core_source (0.1.4)
rubygems-update (1.3.7)
Adding "# encoding: utf-8" at the top of the .rb file allows me to use non ASCII characters in the code, which runs smoothly. Unfortunately, the debugger raises the following exception:
The text was updated successfully, but these errors were encountered: