From: "Carl Hörberg" Date: 2011-04-06T19:56:53+09:00 Subject: [ruby-core:35628] [Ruby 1.9 - Bug #4549] Can't start class names with non us-ascii chars Issue #4549 has been updated by Carl H��rberg. I beg the differ! ������ are all uppercase letters, as oppose to ������, in the Swedish alphabet. The problem this is occurring for us is that we can't the name the objects in your domain model correctly. We don't won't to translate it to English because we want to communicate with our customers using their terms and not constantly have to translate back and forth.. ---------------------------------------- Bug #4549: Can't start class names with non us-ascii chars http://redmine.ruby-lang.org/issues/4549 Author: Carl H��rberg Status: Rejected Priority: Normal Assignee: Category: Target version: ruby -v: ruby 1.9.2p180 (2011-02-18) [i386-cygwin] irb(main):003:0> #encoding: UTF-8 irb(main):004:0* class ������; end SyntaxError: (irb):4: class/module name must be CONSTANT class ������; end ^ from /usr/local/bin/irb:12:in `
' -- http://redmine.ruby-lang.org