One way is to monitor the traffic from the client to the server. The check that the letters are encoded and escaped in utf8.
e.g: If the German letter ü is send as ü then the encoding is wrong. If ü is send as %c3%bc then the encoding is utf8. /jacob ----- Original Message ----- From: suchitra P To: Jacob Lund Sent: Monday, September 12, 2005 2:54 PM Subject: Re: Help needed in webFolders I18N How can I make sure if my client is doing a proper encoding....Iam using a filestore on a linux system. On 9/12/05, Jacob Lund < [EMAIL PROTECTED]> wrote: Well - that is all I did. I have tested my system with Danish, German and Russian characters in the filenames. What client are you using? Are you sure that you client is doing a proper utf8 encoding? /jacob ----- Original Message ----- From: "suchitra P" < [EMAIL PROTECTED]> To: "Slide Developers Mailing List" <slide-dev@jakarta.apache.org> Sent: Monday, September 12, 2005 12:03 PM Subject: Re: Help needed in webFolders I18N Hi I have already done these Two.Anything else am missing Thanks Suchitra On 9/12/05, Jacob Lund < [EMAIL PROTECTED]> wrote: > > You need 2 things: > > 1. Set the connector in the sever.xml to UTF-8 > 2. Make sure that the store is utf8 enabled. If you are using the > filestore > on a windows platform, then add parameter -Dfile.encoding=UTF-8 to you > runtime. > > /jacob > > ----- Original Message ----- > From: "suchitra P" < [EMAIL PROTECTED]> > To: "Slide Developers Mailing List" <slide-dev@jakarta.apache.org> > Sent: Monday, September 12, 2005 7:27 AM > Subject: Help needed in webFolders I18N > > > Hello > > Iam not able to use Japan or German Characters in the foldernames.A alert > saying that the specified folder has been removed or moved appears while > accessing them through the virtual drive .The same works fine if accessed > via the client.Iam using the Slide 2.1 Version. > Slide.Properties is set to UTF-8 Can somebody help. > > >From the forums I see some suggestions on changing the > WebDavUtils.class.But that doesnt work for me > > Thanks in Advance > > Suchitra > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- cheers...... Suchitra