Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: JRuby 1.4
-
Fix Version/s: None
-
Component/s: Application Error
-
Labels:None
-
Environment:Gentoo Linux system with JRuby 1.4.0-r1
-
Number of attachments :
Description
RedCloth from git (take the branch at http://github.com/Flameeyes/redcloth/tree/4cb38f2a99989f4f2c2ff60aa94174257b9eb5c4 — this commit is safe) fails when using UTF-8 characters.
Easy way to test:
% jruby -S rake compile
% jruby -I lib -rredcloth -e 'puts RedCloth.new("Français").to_html'
<p>Fran</p>
I guess the bug might very well be on the Ragel parser to be honest, but I'm afraid I'm no good at finding that out.