[Project_owners] XML encoding

Thomas Schmid schmid-thomas at gmx.net
Fri Oct 31 13:52:21 PDT 2008


Hi,

encoding is working the way it should

see:
   http://www.w3.org/International/questions/qa-controls

Regards

Thomas

On 31.10.2008 07:43, joe ertaba wrote:
> Hi,
>
> I have found that encoding does not work in xul, here is an example
>
> <?xml version="1.0"* encoding="ISO-8859-1"*?>
> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
> <window id="yourwindow" 
> xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
> <script type="text/javascript">
> <![CDATA[
> // put some js code here
> ]]>
> </script>
> <label value="Click on ME" onclick="
> value= '1'+String.fromCharCode(8)+'3'
> "/>
> </window>
>
> Here is list of character encoding for Iso-8859-1 
> (http://en.wikipedia.org/wiki/Iso-8859-1), It must support 
> backspace,.... but why noting happens in my example ?
> ------------------------------------------------------------------------
>
> _______________________________________________
> Project_owners mailing list
> Project_owners at mozdev.org
> https://www.mozdev.org/mailman/listinfo/project_owners
>    


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3384 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://www.mozdev.org/pipermail/project_owners/attachments/20081031/96494da4/attachment.bin>


More information about the Project_owners mailing list