RE: Euro character in c:out

2002-10-09 Thread zze-JEANJEAN S ext FTRD/DMI/SOP
Hi all, My problem seems to be a problem with my database. If I write directly in the JSP the euro symbol, there is no problem, but if I get it from the mysql database the ? appears :( So no problem with the tag lib ! Thanks Stéphane -Message d'origine- De : Roberto

Euro character in c:out

2002-10-03 Thread zze-JEANJEAN S ext FTRD/DMI/SOP
Hello everybody ! I use the c:out jstl tag in a jsp page, when I put a Euro character (EUR), the result is '?' Somebody can help me ?!! Thanks !! Stéphane

RE: Euro character in c:out

2002-10-03 Thread zze-JEANJEAN S ext FTRD/DMI/SOP
: Euro character in c:out Perhaps, anyway, could be jsp file's enconding charset. Choose unicode, and try again... bye - Original Message - From: zze-JEANJEAN S ext FTRD/DMI/SOP [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 2:50 PM Subject

RE: Euro character in c:out

2002-10-03 Thread zze-JEANJEAN S ext FTRD/DMI/SOP
- Original Message - From: zze-JEANJEAN S ext FTRD/DMI/SOP [EMAIL PROTECTED] To: Tag Libraries Users List [EMAIL PROTECTED] Sent: Thursday, October 03, 2002 2:50 PM Subject: RE: Euro character in c:out Hi, How the encoding method is choosen ?! Can we set this method to encode

RE: c:out and \n

2002-09-17 Thread zze-JEANJEAN S ext FTRD/DMI/SOP
On Mon, 16 Sep 2002, zze-JEANJEAN S ext FTRD/DMI/SOP wrote: The c:out tag convert special characters to character entities, why not do the same thing with \n (to br/) ? Because such a translation isn't general-purpose or based on the rules of XML; JSTL isn't tied to HTML specifically