[Xsltforms-support] Cyrillic symbols in serialize
Brought to you by:
alain-couthures
From: <ale...@gm...> - 2012-09-10 10:02:31
|
When i'm trying to serialize instance containing cyrillic characters <pre><xf:output value="serialize(instance('mainInstance'))"></xf:output></pre> i get them escaped like this. <group name="Паспорт"> > <parameter id="current_Code" > name="Код > пациента" > type="" value="БАВ23101983"/> > </group> > Can i prevent this? My page encoding is utf-8. |