Bug #2941
phpBB2-import character encoding
| Status: | Closed | Start date: | 2009-03-22 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Backend Module | |||
| Target version: | - | |||
| Votes: | 0 |
Description
The standard phpBB2-installation saves data in ISO-8859-1.
Actual typo3-installations are working on UTF-8.
I modified class.tx_mmforum_phpbbimport.php, so that every textfield, which was inserted in an $insertArray-variable, will be converted using iconv (e.g. iconv('ISO-8859-1', 'UTF-8', $arr['cat_title']) ).
This is hardcoded, a nicer possibility would be, to let the user decide the input- and output-encoding.
Associated revisions
[Bug 2941] Add filtering by data range to the seminar bag builder, r=oliver
History
Updated by Martin Helmich about 4 years ago
- Status changed from New to Accepted
- Priority changed from Must have to Should have
- Target version set to 1.9.0
- Estimated time set to 4.00
Updated by Martin Helmich over 3 years ago
- Status changed from Accepted to Closed
- Target version deleted (
1.9.0) - Estimated time deleted (
4.00)
Will be fixed alongside #5924.