I am using a different configuration, but for whatever it's worth, I have no problem saving and retrieving Chinese-character-named files. My files are being stored on a MySQL store. I am using Cadaver (command-line Webdav client) to upload files. Both Cadaver and Firefox display the correct filename.
Did you try looking at the filename with a browser other than IE? Maybe Firefox? Your problem may not be rooted in Slide, but how your browser is decoding characters. Hanan On Mon, 2005-09-19 at 17:26 +0800, Lixin Chu wrote: > I have no choice but have to ask again there - I know it had been discussed > very much in this forum, and I wen throught the threads but still can not > figure out how to support non-ascii file name. > Appreciate if someone could share the solution > here is my configuration: > - Slide 2.1 running on Windows 2000 SP4, Office XP installed > - Tomcat 5.5.7 > - Slide using file store > - Copy and paste a file (file name with chinese characters) into Slide from > Windows Explorer (I have created a web folder). > - The file name becomes unreadble. > I then tried in my web application also, traced to my client code: > webdavResource.putMethod (filename, filedata); > I can see that the filename is still in UTF-8 with correct chinese chars. > but after uploading this file and list the file in IE, it shows as something > like this: > > 一个人.jsp<http://localhost:8080/slide/files/Canal.net/pp/%C3%A4%C2%B8%C2%80%C3%A4%C2%B8%C2%AA%C3%A4%C2%BA%C2%BA.jsp> > Other configurations: > - both my web application and slide's web.xml has configured: > <?xml version="1.0" encoding="UTF-8"?> > - slide domain.xml has: > <parameter name="encoding">UTF-8</parameter> > for the TxXMLFileDescriptorsStore > (no difference with or without this setting) > what else I need to configure ? > really appreciate your help ! > lixin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
