> When I upload a file with non ascii (multibyte) characters in the
> filename, the upload is successful, and the file is displayed correctly
> in the webfolder.  But when I do a refresh, it just displays as ??

I'm not sure if this is the case, but it seems there's a bug in Slide
code that URI-escapes correct UTF-8 filename into real garbage (forgot
whether it was in client library or Slide core - will look into it again
later). This causes correctly uploaded files look broken. I recall this
was a problem related to String.getBytes() method and file.encoding
property.

Can you check charset encoding of filename that is actually on the
server filesystem (or database)? Is it in UTF-8?

--
Taisuke Yamada <[EMAIL PROTECTED]>
Internet Initiative Japan Inc., Technical Planning Division

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

Reply via email to