Tracking API: new function setPageCharset to set the character set used on the tracked page #3565
Labels
Enhancement
For new feature suggestions that for example enhance Matomo's cabapilities..
Major
Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone
By default Piwik expects UTF-8 encoded strings. Some Tracking API clients or websites are built in non utf8 eg. iso-8859-1
When non utf8 strings are set as "page title" or if Page URL parameters values are encoded in non utf8, we should decode these and reencode in UTF8.
In Javascript API the charset is automatically detected from the document charset.
In PHP This ticket will add a new API method to set the charset of strings recorded and tracked in piwik.
The text was updated successfully, but these errors were encountered: