File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes I/O and Streams and the fly likes What is wrong with characters during creating directory? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » I/O and Streams
Reply Bookmark "What is wrong with characters during creating directory?" Watch "What is wrong with characters during creating directory?" New topic
Author

What is wrong with characters during creating directory?

Mike Nowak
Greenhorn

Joined: Dec 21, 2011
Posts: 1
Hello,
I have got simple web app where users can create directories. Unfortunately using polish characters (i am from Poland) makes the directory looks something like �ódź.
The website is in UTF-8. Should i encode somehow the given name. If so, how to do this in simplest way ?
I am creating folders with dir.mkdir() (maybe this is an issue?).

Thanks in advance!
Mike
 
 
subject: What is wrong with characters during creating directory?
 
Threads others viewed
jDom & EscapeStrategy for &
Japanese characters
Echo characters in JTextArea?
I need a Hash function?
Eclipse Class Directory
IntelliJ Java IDE