Hello,
all the page titles with special characters (like umlauts äöü) are not correctly saved in piwik table “log_action”. (The tracked page is utf-8 and the piwik db is utf-8.)
For example:
=> Result in db: “Hallo World! ä ö ü Ä Ö Ü”
At the piwik frontend, everything is fine: The page is correctly displayed as “Hello World! ä ö ü Ä Ö Ü”.
Is this default behavior or an error at my piwik installation?
How can I fix it?
Thanks,
Micha
all the page titles with special characters (like umlauts äöü) are not correctly saved in piwik table “log_action”. (The tracked page is utf-8 and the piwik db is utf-8.)
For example:
piwikTracker.setDocumentTitle("Hello World! ä ö ü Ä Ö Ü");
=> Result in db: “Hallo World! ä ö ü Ä Ö Ü”
At the piwik frontend, everything is fine: The page is correctly displayed as “Hello World! ä ö ü Ä Ö Ü”.
Is this default behavior or an error at my piwik installation?
How can I fix it?
Thanks,
Micha