jahaziel17 / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

Fix RubySass compile error for non-ascii characters #858

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If a sass file contains non-ascii characters, sass compiling fails
with invalid multibyte char (US-ASCII) error on Windows 7 with
JRuby 1.7.x.

JRuby 1.7.x works with Ruby 1.9 mode by default.
We convert string to Unicode code point representaion to fix
compile error.

We set org.jruby.embed.compat.version 1.9 for JRuby 1.6.x.

This issue was reported on github:
https://github.com/alexo/wro4j/pull/171

Original issue reported on code.google.com by alex.obj...@gmail.com on 12 Mar 2014 at 8:09

GoogleCodeExporter commented 8 years ago
Fixed in branch 1.7.x

Original comment by alex.obj...@gmail.com on 12 Mar 2014 at 8:28