Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

The ’ character get incorrectly rendered when jingo minified. #22

Open
glogiotatidis opened this issue Apr 3, 2012 · 1 comment
Open

Comments

@glogiotatidis
Copy link

The ’ is translated to ??? when minified resulting to an output that's not representing input. Maybe that's related to YUI Compressor but since I'm not familiar this is code, I'm reporting here.

Related issue

mozilla/tabzilla#6

Thanks!

@jsocol
Copy link
Owner

jsocol commented Apr 3, 2012

Try first setting the LANG environment variable to en_US.UTF-8. For example, in the Kitsune deploy script, the call is:

LANG=en_US.UTF-8 python2.6 manage.py compress_assets

This is a YUICompressor issue. Another option is to install the Node dependencies and try those.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants