[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: variable ending with ^@

Subject: Re: variable ending with ^@
From: "C. M. Sperberg-McQueen" <cmsmcq@xxxxxxxxxxxxxxxxx>
Date: Fri, 20 Feb 2009 14:49:18 -0700
Re:  variable ending with ^@
On 20 Feb 2009, at 09:10 , Michael Kay wrote:

I don't know the answer, and I suspect no-one else does either. You haven't
given enough information. It's not even clear what programming language each
of these code fragments represents. Certainly, the "^@" is coming from a
place that you haven't told us about.


Michael Kay
http://www.saxonica.com/

-----Original Message-----
From: himanshu padmanabhi [mailto:himanshu.padmanabhi@xxxxxxxxx]
Sent: 19 February 2009 13:26
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject:  variable ending with ^@

Code flow

"abc.cgi" has $in{'idx'}.

abc.cgi->abc.cgi on form .submit->abc.xsl on form submit->xyz.cgi
redirect->abc.cgi

"abc.xsl" passes value to next form like "<input value="{$idx}"
type="hidden" name="idx"></input>" as suggested here.

I am getting value of $in{'idx'} in final abc.cgi in above
cycle.But getting its value as "idx=14^@".

what is this "^@".I tried with chomp,chop.It still remains.


The string "^@" is a common way to make visible the control character NUL.

If I had to guess, I'd guess that some program in your tool
chain is miscalculating a string length somewhere, or inserting
a UTF16 character from page 00 of Unicode, in a place where the
consumer of the data is expecting UTF8 or some eight-bit
character set.  (The 00 octet will look to an eight-bit
application like a NUL character.)

I hope this helps.  (But Michael Kay is quite right:  it will
help you get better answers if you provide better information
about the problem.)


Michael Sperberg-McQueen



-- **************************************************************** * C. M. Sperberg-McQueen, Black Mesa Technologies LLC * http://www.blackmesatech.com * http://cmsmcq.com/mib * http://balisage.net ****************************************************************

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2011 All Rights Reserved.