Re: links encoding issue

2004-05-05 Thread Eric Noel
On 5/5/2004 8:31 PM, Edson Alves Pereira wrote:

Take care with URL encoding, you must convert your values based on
correct URL encoding, for example: space is %20, ü is %FC, it´s just hex
based numbers.
This page can show you more information about it:
http://www.blooberry.com/indexdot/html/topics/urlencoding.htm

--
De: alex[SMTP:[EMAIL PROTECTED]
Responder:  Tomcat Users List
Enviada:quarta-feira, 5 de maio de 2004 5:35
Para:   [EMAIL PROTECTED]
Assunto:links encoding issue
Hi, guys.

the problem that freaks me out.
I got a couple of thousand xml files that are processed by cocoon, firstly
receiving requests by tomcat 5.0.18.
Some of them (files) contain german specific symbols that are out of
standard encoding (I mean out of [a-zA-Z]).
And whatever I tried to get tomcat catch the file name it doesn't work.
for example this one doesn't work:
de.v.f_hren.1.xml
and there's this line at the beginning too:

gentoo linux, I assume tomcat uses utf-8.

Is there a specific option for that thing, or tomcat uses JRE settings?
Anyway, does someone got on with a problem like this one?
I can't rename the file names as that's a part of a project that I'm not
the one who can do such modifications.
any issues would be appreciated.

best regards,
alex.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


I guess you can use

 

your link name
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: links encoding issue

2004-05-05 Thread Edson Alves Pereira
Take care with URL encoding, you must convert your values based on
correct URL encoding, for example: space is %20, ü is %FC, it´s just hex
based numbers.

This page can show you more information about it:
http://www.blooberry.com/indexdot/html/topics/urlencoding.htm

> --
> De:   alex[SMTP:[EMAIL PROTECTED]
> Responder:Tomcat Users List
> Enviada:  quarta-feira, 5 de maio de 2004 5:35
> Para: [EMAIL PROTECTED]
> Assunto:  links encoding issue
> 
> Hi, guys.
> 
> the problem that freaks me out.
> I got a couple of thousand xml files that are processed by cocoon, firstly
> receiving requests by tomcat 5.0.18.
> Some of them (files) contain german specific symbols that are out of
> standard encoding (I mean out of [a-zA-Z]).
> And whatever I tried to get tomcat catch the file name it doesn't work.
> 
> for example this one doesn't work:
> de.v.f_hren.1.xml
> and there's this line at the beginning too:
> 
> 
> gentoo linux, I assume tomcat uses utf-8.
> 
> Is there a specific option for that thing, or tomcat uses JRE settings?
> Anyway, does someone got on with a problem like this one?
> 
> I can't rename the file names as that's a part of a project that I'm not
> the one who can do such modifications.
> 
> any issues would be appreciated.
> 
> best regards,
> alex.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


Re: links encoding issue

2004-05-05 Thread alex
sorry, the link's supposed to be
de.v.führen.1.xml

On Wed, 5 May 2004 10:35:30 +0200
alex <[EMAIL PROTECTED]> wrote:

> Hi, guys.
> 
> the problem that freaks me out.
> I got a couple of thousand xml files that are processed by cocoon,
> firstly receiving requests by tomcat 5.0.18. Some of them (files)
> contain german specific symbols that are out of standard encoding (I
> mean out of [a-zA-Z]). And whatever I tried to get tomcat catch the
> file name it doesn't work.
> 
> for example this one doesn't work:
> de.v.f_hren.1.xml
> and there's this line at the beginning too:
> 
> 
> gentoo linux, I assume tomcat uses utf-8.
> 
> Is there a specific option for that thing, or tomcat uses JRE
> settings? Anyway, does someone got on with a problem like this one?
> 
> I can't rename the file names as that's a part of a project that I'm
> not the one who can do such modifications.
> 
> any issues would be appreciated.
> 
> best regards,
> alex.
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



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