Bugs item #17799, was opened at 2008-02-05 17:22 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=7857&aid=17799&group_id=2014
Category: AR-JDBC Group: None Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Broken Unicode with AR-JDBC 0.7.1, Rails 2.0.2, JRuby 1.1RC1 Initial Comment: I'm getting my data with the wrong encoding. The Database Oracle 9i uses UTF-16 and it worked with JRuby 1.0 and AR-JDBC 0.4. Instead of 'Löschen' I get 'Löschen' as attribute inside my model. Even if i try Project.find(1).name.toutf8 I get 'Löschen'. Rails 2.0.2 shows unicode characters correctly if they aren't loaded via AR-JDBC. ---------------------------------------------------------------------- Comment By: Martin Plöger (martinploeger) Date: 2008-02-14 11:13 Message: My Problem is solved. It was a Configuration problem inside the Database. So it was nothing related to ar-jdbc. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=7857&aid=17799&group_id=2014 _______________________________________________ Jruby-extras-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/jruby-extras-devel
