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

Swedish encoding is borked #2184

Closed
larsemil opened this issue Mar 14, 2011 · 9 comments
Closed

Swedish encoding is borked #2184

larsemil opened this issue Mar 14, 2011 · 9 comments
Assignees
Labels

Comments

@larsemil
Copy link

Mobile client is showing html characters instead of correct letters. For example when using swedish i get å instead of an , which makes whole interface unusable.

@robocoder
Copy link

Isn't this fixed by r4032?

@sgiehl
Copy link
Member

sgiehl commented Mar 14, 2011

As we are generating the language files out of the API response, it might be possible that there are still htmlentites in there. I think the best way would be to decode those entites before writing the language files for the mobile app.

@sgiehl
Copy link
Member

sgiehl commented Mar 14, 2011

Python seems not to have a function to decode htmlentities. Another option we should consider is to extend the languagesmanager api to optionally decode entities before returning the language data.

@sgiehl
Copy link
Member

sgiehl commented Mar 14, 2011

ok. just checked the api behaviour again. all entities are decoded automaticly. you're right, vipsoft, it was fixed with r4032 ;)

@larsemil
Copy link
Author

Replying to SteveG:

ok. just checked the api behaviour again. all entities are decoded automaticly. you're right, vipsoft, it was fixed with r4032 ;)

So you say, but as of today, when i am using swedish language i get htmlentities instead of swedish letters.

@larsemil
Copy link
Author

So please open this ticket again

@sgiehl
Copy link
Member

sgiehl commented Apr 15, 2011

Have you already updated to Piwik Mobile 1.3 ?

@larsemil
Copy link
Author

Platform: android 2.3.3 Blade
Version 1.3.0- 1.61 fdc0c5
Available memory 4713400
Resolution 320x533 high(240)
Locale: sv-SE
Network: Mobile

I downloadad today from Google Market.

@sgiehl
Copy link
Member

sgiehl commented Apr 15, 2011

And which version of Piwik is running on your Server?

@larsemil larsemil added this to the Piwik Mobile Client milestone Jul 8, 2014
@tsteur tsteur added this to the Piwik Mobile 1 milestone Jul 25, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants