Re: Encoding Problem ISO to UTF-8

2005-05-15 Thread Laurent
Leon Rosenberg wrote: > Thanx Laurent, > > This was the closest reply sofar :-) > > The problem is, that I can't really debug, I get data through a web-form and > > send it via xml to the payment provider. Maybe you could try this: in XML it is perfectly legal to encode characters using XML

Re: Encoding Problem ISO to UTF-8

2005-05-15 Thread Leon Rosenberg
me other customers of the same provider (hope there are any), and check how they do solve this problem. Thanx to all Regards Leon > -Ursprüngliche Nachricht- > Von: Laurent [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 15. Mai 2005 16:40 > An: Struts Users Mailing List > Be

Re: Encoding Problem ISO to UTF-8

2005-05-15 Thread Leon Rosenberg
me other customers of the same provider (hope there are any), and check how they do solve this problem. Thanx to all Regards Leon > -Ursprüngliche Nachricht- > Von: Laurent [mailto:[EMAIL PROTECTED] > Gesendet: Sonntag, 15. Mai 2005 16:40 > An: Struts Users Mailing List > Be

Re: Encoding Problem ISO to UTF-8

2005-05-15 Thread Laurent
Leon Rosenberg wrote: > Hi, > > I have a small encoding problem, which drives me crazy... > > Our complete site is in ISO-8859-1 (which is java-default, as I understand > it). I mean, the charset of the page is ISO, and meta-tags in HTML are > telling the > browser that the page is ISO too. >

Re: Encoding Problem ISO to UTF-8

2005-05-14 Thread Borut Hadžialić
On 5/14/05, Leon Rosenberg <[EMAIL PROTECTED]> wrote: > Hi, > > I have a small encoding problem, which drives me crazy... > > Our complete site is in ISO-8859-1 (which is java-default, as I understand > it). I mean, the charset of the page is ISO, and meta-tags in HTML are > telling the > browser

Re: Encoding Problem ISO to UTF-8

2005-05-14 Thread Laurie Harper
Leon Rosenberg wrote: Hi, I have a small encoding problem, which drives me crazy... Our complete site is in ISO-8859-1 (which is java-default, as I understand Java uses the system default, which is locale dependant, so you can't just assume Latin 1. it). I mean, the charset of the page is ISO