View Issue Details

IDProjectCategoryView StatusLast Update
0001238OXID eShop (all versions)4.06. Language and translationspublic2009-09-28 10:41
ReporterOliver Storm Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionwon't fix 
Product Version4.1.5 revision 21618 
Fixed in Version4.1.6 revision 22740 
Summary0001238: Decoding of special character during the article import
DescriptionAdministration
Service => Generic Import

Special character like € or „Hurra, es geht!“ does not work with ISO-8859-15

When importing these characters inside the db-field e.g. OXSHORTDESC they will not shown "right".
Like: ? 255,- jetzt Darf ?Hurra, es geht!?

Changing from ISO-8859-15 to ISO-8859-1 (Browser) it works ;-)

Example see attachment.

Rgds
Olli
TagsNo tags attached.
Attached Files
oxarticles.zip (4,127 bytes)
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

arvydas_vapsva

2009-08-26 14:29

reporter   ~0001526

Last edited: 2009-08-26 14:34

Reminder sent to: Oliver Storm

There is no bug. Problem is that file you import is in UTF-8, and your shop is in ISO-..-15. So before importing data please check if CSV file encoding matches your shop and proceed only then.

We will add possibility to select file encoding in some future versions to make your life easier.

arvydas_vapsva

2009-08-26 14:30

reporter   ~0001527

not a bug

ralf_trapp

2009-09-28 10:41

reporter   ~0001836

See attachement.