what version of slide are you using and what servlet engine are you using? I have slide 2RC1 working fine with utf-8 encoding on a tomcat 5. Here is what I did to make it work: In slide: Add a parameter url-encode-path in the tx content and descriptors store and set it to true. (in domain.xml) In tomcat 5: add URIEncoding="UTF-8" as parameter to the connector in server.xml.
I have not tested it with Chinese but it works with Russian and Danish on an English machine. Just notice that this requires your client to support UTF-8 encoding. /jacob ----- Original Message ----- From: "陶 京瑞" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 20, 2004 10:48 AM Subject: Slide and multiple languange?? > hi, > > does the Slide support Chinese? if so how to? > > I have put a file onto the slide, when I use propfindmethod to display the > file name, the file with Chinese name is shown as ???.txt. I think some one > may also face such multiple language problem, but how to deal with it? > > Thanks for any help. > > _________________________________________________________________ > 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn > > > --------------------------------------------------------------------- > 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]
