This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 𡁀 coming out as ?


Randy Belknap wrote:
> >Use
> >	xml.transformNodeToObject(style, Response);
> 
> I used this command and got a different result listed below, but still not
> what I was looking for.  The two '&#21040's that go through the transformer
> come out as 'OR' and are displayed as 'OR' no matter what encoding I select.
> In addition, I get the a strange character pair before the ' Hello' that I
> seems to be coming out of nowhere.  (As before the '&#21040' that does not
> go through the transformer does correctly display as a chinese character.)
> 
> Thanks,
> 
> Randy
> 
> 
> =====New Result=====
> 
> <html>
> <body>
> <p>&#21040;<br>
> ÿþ  H e l l o :   0R  R a n d y   0R

I don't have the answer for you, but I can tell you that here you are seeing a
string of UTF-16 bytes that have been shoved into the middle of output that is
in a different, single-byte encoding.

   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  personal: http://hyperreal.org/~mike/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]