[Project_owners] XML encoding

Andrew Razzano srazzano at gmail.com
Thu Oct 30 23:51:48 PDT 2008


On Fri, Oct 31, 2008 at 12:43 AM, joe ertaba <belaviyo at gmail.com> 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
>
>
Hi Joe,
I know very little in this area but onclick=" needs another quotation mark
perhaps.

-- 
Sonny
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mozdev.org/pipermail/project_owners/attachments/20081031/1ab57b0e/attachment.html>


More information about the Project_owners mailing list