| Page 1 of 1 | [ 2 posts ] |
|
I have found that yuicompressor is consistently changing one russian charater.
the letter "И" is being converted to "�?" Only this letter is affected in a file that contains English, Russian, Spanish & Portuguese words I am using the following apache ant syntax. Is this a bug?? Any clues?? Code: <target name="compress" depends="concatenate2" description="Compress application.js to application-min.js"> <apply executable="java" parallel="false"> <filelist dir="${build}" files="application.js"/> <arg line="-jar"/> <arg path="${utils}/yuicompressor-2.4.7/build/yuicompressor-2.4.7.jar"/> <srcfile/> <arg line="-o"/> <mapper type="glob" from="*.js" to="${build}/*-min.js"/> <targetfile/> </apply> </target> |
|
I suppose, you use UTF-8.
<encoding>UTF-8</encoding> will help you |
| Page 1 of 1 | [ 2 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group