Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Incomplete
-
Affects Version/s: JRuby 1.0.0RC2
-
Fix Version/s: None
-
Component/s: Core Classes/Modules
-
Labels:None
-
Environment:OSX
-
Number of attachments :
Description
Pointing the same app at the same database, but one using Ruby and one using JRuby:
Ruby ->
>> ConferenceSession.find(1043).speaker
=> "Rogier Hof en Daniël Steginga + Robert Bor"
JRuby =>
>> ConferenceSession.find(1043).speaker
=> "Rogier Hof en Dani\353l Steginga + Robert Bor"
The non-english character is misprinted.
Issue Links
| This issue relates to: | ||||
| JRUBY-920 | No direct access via package modules to classes and interfaces |
|
|
|
| JRUBY-820 | Net::HTTP.get behaves differently form MRI, failing to get UTF8 properly |
|
|
|
| JRUBY-1008 | Rails pages that include \000 characters are including headers and chopping off the end of the page |
|
|
|
| JRUBY-828 | UTF-8 regular expressions aren't working |
|
|
|
| This issue is related to: | ||||
| JRUBY-1008 | Rails pages that include \000 characters are including headers and chopping off the end of the page |
|
|
|
Unicode fixes for
JRUBY-920andJRUBY-928may resolve this. Also, Tom is working on an encoding/stream fix now.JRUBY-920andJRUBY-928may resolve this. Also, Tom is working on an encoding/stream fix now.