CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #2941

phpBB2-import character encoding

Added by Joerg Schoppet about 4 years ago. Updated over 2 years ago.

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.


Related issues

related to mm_forum - Major Feature #5924: New import module Accepted 2010-01-07

Associated revisions

Revision 19418
Added by Bernd Schönbach about 4 years ago

[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.

Also available in: Atom PDF