edo888 / jumi

Joomla! custom content extension
http://2glux.com/projects/jumi
1 stars 0 forks source link

Jumi problem with accented characters #40

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. created a simple PHP file to load in jumi.
2. introduce the character: áéíóúñ
3. load the file using jumi

What is the expected output? What do you see instead?
The expected output is: áéíóúñ
I'm getting instead: ??????

What version of the product are you using? On what operating system?
Jumi 1.5 and Joomla 1.5.8

Please provide any additional information below.

Original issue reported on code.google.com by Irving.B...@gmail.com on 9 Oct 2009 at 11:15

GoogleCodeExporter commented 9 years ago
This is due to php file encoding.
The file should be saved UTF-8 encoded.
Good free editor that enables various encodings is e.g. pspad (www.pspad.com).

Irwin, please confirm that it helps. Thanks.

Original comment by martin2hajek@gmail.com on 10 Oct 2009 at 7:06

GoogleCodeExporter commented 9 years ago
Encoding the php file as UTF-8 solved the problem.
I used the PSPAD as suggested.
Thanks for your help.

Original comment by Irving.B...@gmail.com on 12 Oct 2009 at 3:47