We have a ColdFusion file library management system, which was removed from the old ColdFusion 4 server and moved to a new system based on ColdFusion 8.
All our files and folders are in English, French and Spanish.
Using CFDirectory in CF8 to download and display these files and folders causes two problems with French and Spanish files and folders, but these two problems are probably related.
- Directories with accented characters are not returned from cfdirectory.
- Files with accented characters are displayed upside down? instead of an accented character.
Solaris 10 Servers with SunONE 6.1 Web Servers
Update
We have now narrowed the issue down to the JVM. The file system looks fine, but we face the same problem with files and directories if we include a Java class that uses the Java IO base file.
Any suggestions on how to fix this in the JVM would be appreciated
source
share