Question

I am using http://code.kwint.in/emoji/ to convert unicode iOS emoji characters to images in my Rails app.

It works fine in development, but when precompiling assets for production, the unicode character codes are changed.

For instance, they go from "😄" to "".

How can I prevent this change from happening, as it breaks the emoji.js script I linked above?

Was it helpful?

Solution

This was fixed by an updated version of Rails 3.2

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top