Ticket #2528033 (closed defect)
ReporterMithil Shukla |
Opened: 04/19/10 Last modified: 12/12/12 Status: closed Type: defect Resolution: wontfix |
Owner Adam Moore |
Target Release: Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Special Charater gets truncated in YUI Compressor | ||
| Description: | Hi, Following is the UNIX command which is under for loop The same command is working file in Windows machine. |
||
| Type: | defect | Observed in Version: | 2.0 |
| Component: | YUICompressor | Severity: | S2 (high) |
| Assigned To: | Adam Moore | Target Release: | |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 04/19/10
|
|
Posted: 04/19/10
|
|
Posted: 04/20/10
I have done as what you have suggested but the still character goes missing (§, µ, ², °) java -cp yuicompressor.jar com.yahoo.platform.yui.compressor.Bootstrap abc_interface.js --type js -o abc.js --charset utf-8 Platform used UNIX Kindly let me know what else need to be done. |
|
Posted: 04/20/10
Please attach the file and I'll take a look. You can also try the latest source in github, which now defaults to utf-8. |
|
Posted: 04/29/10
|
|
Posted: 12/12/12
Thank you for your bug report. We are deprecating YUI Compressor in favor of yuglify. Please see our announcement for more information: http://www.yuiblog.com/blog/2012/10/16/state-of-yui-compressor/. We will consider migrating these legacy tickets to GitHub if there are community maintainers willing to step up and own them. |
Jenny Donnelly
Try setting the charset parameter to whatever the file is encoded in