I'm retrieving unicode data (ntext, nvarchar) from DB using JSTL and the microsoft 
JDBC driver for SQL2000.
Special chars like EUR (euro) symbol or \r\n with <sql:query> and <c:out > are lost or 
substituted with ?.
The char coding ISO-8859-9 is not enough since the db field are already translated to 
normal chars.
Someone told me to use the getUnicodeStream(), getCharacterStream() function , but how 
can I do with the JSTL ??

Thank you in advance
Regards
Andrea Grittini


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to