Delete charset cache'd files for encoding?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
angel.montes
User
Posts: 4

Delete charset cache'd files for encoding?

Post by angel.montes »

Hello.

I downloaded the spanish.xml I found here. (Thread: http://www.hkvforums.com/viewtopic.php?f=18&t=40782)

My database is encoded on utf8_general_ci and my project has HTML>charset option on utf-8 and UTF8 output files selected.

Is there any type of "cache" I need to delete to see this changes take effect?

Thanks before hand.

Ángel Montes.


arbei
User
Posts: 9284

Post by arbei »

You also need to change the default language in [PHP] -> [General Options], then generate all files again.


angel.montes
User
Posts: 4

Post by angel.montes »

I tried with that option checked too. Also checked the .xml for any type of errors but couldn't find any.

I'll try creating a new proyect from scratch to see if I can get it to work.


edrote80
User
Posts: 1

Post by edrote80 »

Hi,
Change first line
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
for
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
It works for me.


Post Reply