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

Bad encoding used for task descriptions #34

Closed
jaragunde opened this issue Mar 9, 2016 · 2 comments
Closed

Bad encoding used for task descriptions #34

jaragunde opened this issue Mar 9, 2016 · 2 comments

Comments

@jaragunde
Copy link
Member

[Trac import]
Reported by: aperez
Original date: Tuesday, 16 March 2010 22:18

When a description for a task contains non-ASCII characters (e.g. vowels with diacritical marks, or letters like "ñ"), which are common in Spanish, tasks are rendered using the bad encoding. See attached screenshot for a sample.

This happens in every browser I tried (Epiphany, Chromium, Firefox).

Also, this could be some issue with the database encoding being different than the one used to render pages. My recommendation is to use UTF-8 for everything (input, HTML render, intermediate data, database... everything), and do not suffer the pain of doing on-the-fly encoding conversion.

phpreport2-encoding

@jaragunde
Copy link
Member Author

[Trac import]
Comment by: jlopez
Original date: Wednesday, 17 March 2010 20:40

I discovered the problem is not at rendering, but at storing.

@jaragunde
Copy link
Member Author

[Trac import]
Comment by: jlopez
Original date: Wednesday, 17 March 2010 20:50

Ok, it should store and display all the texts right now.

Now just wait for the patch to be applied. ;-)

Really sorry for this bug. If you wrote Tasks fields with special characters, please check them, and rewrite if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant