Zeruell / ppx-raidplaner

Automatically exported from code.google.com/p/ppx-raidplaner
0 stars 0 forks source link

Encoding error on main page #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make UTF-8 characters in translation on first lines (new installation)

What is the expected output? What do you see instead?
Proper UTF-8 encoding. Currently is auto detection (ISO-8859-1).
Other raidplanner pages are displayed correctly.

What version of the product are you using? Which browser / php version are
you using?
1.0.1

Original issue reported on code.google.com by Osipi...@gmail.com on 29 Oct 2013 at 8:16

GoogleCodeExporter commented 9 years ago
Could you be more precise about where the encoding is missing?
Do you have an example text for me to check?

Things to keep in mind:
- Some texts still require html special characters (setup context) as they are 
displayed in alert boxes
- the php translation files are meant to be UTF8 encoded (which is a thing the 
creator of the file has to do)

Original comment by arne.cl...@gmail.com on 6 Nov 2013 at 7:55

GoogleCodeExporter commented 9 years ago
Make a new installation of raidplanner with Polish translation. (Rename pl.php 
to your language).
On first page when when the message about raidplanner not being configured is 
displayed, UTF-8 chars are not displayed correctly. When i switch to UTF-8 
encoding from Chrome menu - it displays correctly.
I guess there is some encoding tag missing in html output of index.php.

Original comment by Osipi...@gmail.com on 7 Nov 2013 at 9:13

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 7 Nov 2013 at 1:27

GoogleCodeExporter commented 9 years ago
Fixed in the trunk, will be part of 1.0.2.
I had to modify too many files for this, so I did not create a fix package.
If you want to test it, please pull the current trunk.

Original comment by arne.cl...@gmail.com on 8 Nov 2013 at 2:04

GoogleCodeExporter commented 9 years ago

Original comment by arne.cl...@gmail.com on 14 Nov 2013 at 9:01