Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF-8 Characters in page title #5376

Closed
anonymous-matomo-user opened this issue Jun 24, 2014 · 2 comments
Closed

UTF-8 Characters in page title #5376

anonymous-matomo-user opened this issue Jun 24, 2014 · 2 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@anonymous-matomo-user
Copy link

Since Piwik 2.3.0 I found a new bug: If there is a non ASCII Character in the page title, this character will not be rendered (e.g. , khlschrank will be saved as khlschrank). This bug does not appear in Piwik 2.1.0

Howto reproduce this bug:

  1. Track a page with a non ASCII Character in the page title (like )
  2. Archive the reports
  3. Go to Actions -> Page titles
  4. Find the tracked pagetitle
@mattab
Copy link
Member

mattab commented Jun 25, 2014

Thanks for the report!

I've tested the following page:

<html>
<head>
<title>Hello < test &lt;</title>
<meta charset='utf-8'>
</head>
<body>
xxxxxx

And added Piwik tracking code.
Then visiting the "Page titles" report I can see the page name displayed properly.

ARe your pages UTF-8 or maybe they use a different encoding?

Could you paste here a smallest HTML page where you can reproduce this issue?

@anonymous-matomo-user
Copy link
Author

Sorry it was a mistake of our site, now it also works for me. You can delete this issue.

@anonymous-matomo-user anonymous-matomo-user added this to the 2.4.0 - Piwik 2.4.0 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

2 participants