Bug #178
TheIDE: Convert to "UTF-8 BOM" encoding.
Status: | Approved | Start date: | 11/19/2011 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 100% | |
Category: | General | Spent time: | - | |
Target version: | - |
Description
The case:
1. File with "Default" encoding (or another one, except "UTF-8 BOM").
2. TheIDE -> "Convert to encoding..". Select "UTF-8 BOM".
3. In result, TheIDE prepends 3 chars (with BOM) to beginning of the file. CodeEditor shows 3 empty chars.
4. TheIDE -> "Convert to encoding..". Select "Default".
5. In result, the BOM chars still there, but encoding is "Default".
History
#1 Updated by Sender Ghost over 13 years ago
- File 178_uppsrc.diff
added
- Status changed from New to Patch ready
- Priority changed from Normal to High
- % Done changed from 0 to 100
#2 Updated by Sender Ghost over 13 years ago
I raised the priority of Bug, because this is not "Convert to "UTF-8 BOM" encoding" issue, which is a consequence.
The patch solves the cause. Without the patch, "UTF-8 BOM" feature doesn't work.
#3 Updated by Sender Ghost over 13 years ago
- Category changed from IDE to General