View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006118 | OXID eShop (all versions) | 2.9. Statistics | public | 2015-04-13 18:05 | 2015-12-01 12:24 |
Reporter | heinrich.franz | ||||
Priority | low | Severity | tweak | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 4.9.3 / 5.2.3 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006118: No/wrong charset in OXID german Report | ||||
Description | If I've open report in demo shop https://demoshop.oxid-esales.com/professional-edition/admin/ (Statistiken -> ausgeben) Instead of Suchwörter I got Suchwörter (wrong chars for german umlauts). I took a look at the source code the compiled report site and have seen that there is no charset set. UTF-8 would probably fix it. | ||||
Tags | Statistics | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
|
|
Actually the charset is set correctly in the header of the generated page to utf-8: https://github.com/OXID-eSales/oxideshop_ce/blob/v4.9.3/source/application/views/admin/tpl/report_pagehead.tpl#L5 But somehow the browser thinks it's iso. Strange... |