Re: [Xsltforms-support] Cyrillic symbols in serialize
Brought to you by:
alain-couthures
From: Alain C. <ala...@ag...> - 2012-09-13 19:01:57
|
Hi Alex, The serialize function is performed by an XSLT transformation and entities are valid in this context... But I understand that entities are are not human readable. I tested with IE9 and latest versions of FireFox, Opera and Chrome for Windows and they all rendered Cyrillic symbols, not entities. What browser are you testing with? Thanks! -Alain Le 10/09/2012 12:02, ale...@gm... a écrit : > 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. |