request.getParameter() method generate invalid ISO-8859-1 characters for each special UTF-8 character

2001-06-03 Thread M . Amin
ecial german characters for each mapped to two incorrect characters. So, how can i enforce the getParameter() to use UTF-8 to generate valid unicode characters ? Any help will be appreciated. Regards, M. Amin - Please check that

Re: How can i display the indian numbers ?

2001-05-31 Thread M . Amin
that's true but arabs use indian numbers On Tue, 29 May 2001, you wrote: > What are "Indian" numbers? "English" numbers are actually Arabic > notation; there is no such thing as "English numbers." > > Cheers! > Mark > > - Original

How can i send unicode special characters with my request ?

2001-05-29 Thread M. Amin
t. I think i have to encode the request parameters first which contains the special characters berfore sendind it then decoding it for processing in my servlet. But i don't how can i accomplish it ? Any help will be appreciated. Re

Is there a mailing list specialized for Internationalization ?

2001-05-28 Thread M . Amin
Dear All, Is there a mailing list specialized for Internationalization ? Regards, M. Amin - Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html&g

How can i display the indian numbers ?

2001-05-28 Thread M . Amin
ndian numbers. So, for a fraud solution i used the indian locale for formating the numbers but i got also the english numbers not the indian numbers. How can i display the indian numbers ? Any help will be appreciated ? M.