Re: [xsl] form problem

Subject: Re: [xsl] form problem
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 2 Feb 2004 23:22:53 GMT
> 
> and when i submit this form, if i put in the textbox one value with a
> tilde, the value submited is like  conclusão and i want conclusão.

They are the same word, one encoded in utf8 and the other encoded in
latin1 (iso-8859-1)

You either want to force latin1 output by having xsl:output encoding="iso-8859-1"
or you want to declare the page hosting your form to be in utf8 .

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

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


Current Thread