Hi,
I was using dForm for months generating the JSON content directly as a string. Now, I build it as an object and encode it in JSON but I have problems with value of inputs with accented characters : 'u00e9' for a 'é'. It's normal JavaScript encoding but dForm doesn't escape it (I had the same problem for captions but used htmlentities before encoding it in JSON to have a correct rendering), the data come from database with UTF-8 charset.
Does someone know why dForm doesn't handle this correctly, or if there is a simple way to fix this ?
Thx for your help,
Julien