#58 closed task (wontfix)
how to create iso8859-1 dump from utf-8?
Reported by: | christoph | Owned by: | astrid |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | database | Version: | 2.4.2 |
Keywords: | None | Cc: | astrid_emde |
Description
There are certain characters that cannot be encoded in ISO8859-1, for example
SÅ‚ubfurt
When converting the UTF-8 dump via iconv, for example
iconv -f UTF-8 -t ISO8859-1 mysql_data.sql
the conversion aborts when an unknown character is encountered.
There is an setting -c for iconv, that omits unknown characters. Is that an option?
Change History (7)
comment:1 by , 18 years ago
Version: | 2.4.1 → 2.4.2 rc1 |
---|
comment:2 by , 18 years ago
Cc: | added |
---|---|
Component: | database → user interface |
Keywords: | None added |
Milestone: | → map object / map.php re-design |
Owner: | changed from | to
Priority: | minor → blocker |
Summary: | how to create iso8859-1 dump from utf-8? → None |
Type: | defect → refactoring |
Version: | 2.4.2 rc1 → 2.2 |
Architecture Japanese architecture
comment:3 by , 18 years ago
Cc: | added; removed |
---|---|
Component: | user interface → database |
Milestone: | map object / map.php re-design |
Owner: | changed from | to
Priority: | blocker → minor |
Summary: | None → how to create iso8859-1 dump from utf-8? |
Type: | refactoring → defect |
Version: | 2.2 → 2.4.2 |
comment:4 by , 17 years ago
Type: | defect → task |
---|
comment:5 by , 17 years ago
Cc: | added; removed |
---|---|
Milestone: | → 3.0 release |
comment:6 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
as of 2.6 ISO8859-1 is not longer supported so this is obsolete i suppose
Note:
See TracTickets
for help on using tickets.