XML Library and diacritics: how to?
Jo ë l Guillod
joel.guillod at net2000.ch
Tue Sep 16 07:15:01 EDT 2003
No Ton, you didn't and I still need the answer!
I tried to find documentation on revXML and on UTF-8 but have not been able
to find clues.
So, keep me inform of your own conclusions and knowledgable experts please
give us some light!
Thanks
Joel Guillod
> Message: 15
> Date: Tue, 16 Sep 2003 08:37:37 +0200
> Subject: Re: XML Library and diacritics: how to?
> From: "tkuypers at pandora.be" <tkuypers at pandora.be>
> To: <use-revolution at lists.runrev.com>
> Reply-To: use-revolution at lists.runrev.com
>
> Did i miss the answer to this one? We have the same problem/question...
>
> Regards,
>
> Ton Kuypers
>
>> From: Jol Guillod <joel.guillod at net2000.ch>
>> Reply-To: use-revolution at lists.runrev.com
>> Date: Tue, 09 Sep 2003 18:05:05 +0200
>> To: <use-revolution at lists.runrev.com>
>> Subject: XML Library and diacritics: how to?
>>
>> How can I set the value of an attribute when this value contains non *pure*
>> ASCII characters, i.e. diacritics?
>>
>> For instance:
>>
>> revSetXMLAttribute docid,theNode,"Jol" -- does not work
>> revSetXMLAttribute docid,theNode,uniEncode("Jol","UTF-8") -- does not work
>> revSetXMLAttribute docid,theNode,fld "containing Jol" -- does not work
>>
>> This works but is not convenient:
>>
>> revSetXMLAttribute docid,theNode,the htmltext of fld "containing Jol"
>>
>> What is the clue?
>>
>> Should the uniEncode() use some other language than UTF-8?
>>
>> Thanks for actual answer!
>>
>> Jol Guillod
More information about the use-livecode
mailing list