string formatting

2002-04-10 Thread Andrea Grittini
Hi , I've solved the substring problem, now I have another with special chars coming from db. for example if I use c:set var=pippothis is euro EUR/c:set c:out value=${pippo}/ it is OK but if ${pippo} comes from a recordset db this char will be substituted with ?. I'm using char encoding

string formatting

2002-04-08 Thread Andrea Grittini
Hello all, I'm retriving a ntext field from a MS-SQL server DB. In this field can be any character in unicode format with lenght up to 2048 char. When I put on a web page using the c:out value=myrec.row[0].column / I lost any \r\n char that I have in the source record. I use the