- Make sure that encoding in slide.properties is set to utf-8. (this should be default so there is no problem here)
- Datasore must support the characters used. utf-8 should ensure that.
- Tomcat connector should be set to utf-8. URIEncoding="UTF-8"
- Client must support utf-8.
What client are you using and did you change the encoding in the tomcat connector?
/jacob
----- Original Message ----- From: "Serkan �zkan" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, January 17, 2005 10:38 AM
Subject: turkish filenames
Hi
I am trying to store files with names including turkish characters but I can't.
My configuration:
- latest version of slide,2.1, downloaded a few days ago.
- JDBCStore, PostgresRDBMSAdapter. Database encoding is unicode.
- using webdavservlet.
- added debug code to org/apache/slide/webdav/WebdavServlet.java to
print request parameters, everything seems fine, characters are
urlencoded properly .
- commented out fixTomcatURL and fixTomcatHeader (because there is a
hardcoded conversion to iso-8859-1, which does not support turkish
characters at all) at org/apache/slide/webdav/util/WebdavUtils.java,
if these could solve encoding problems, but nothing changed.
- request encoding is utf-8
- using tomcat bundle with jboss 3.2.5
Results: all turkish characters at filenames are converted to nonsense characters.
any suggestions? thanks
--------------------------------------------------------------------- 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]
