Support Center
»
Knowledgebase
»
UnlimitedFTP and use of UTF-8 encoded characters.
UnlimitedFTP and use of UTF-8 encoded characters.
Solution
The server needs to have UTF-8 supported. To enable this please check with yoru server operating system.
In uftpscript.js include this value to "var characterEncoding":
var characterEncoding = "UTF-8";
Further down the document, below this line:
document.write("<PARAM NAME='showTree' VALUE='"+showTree+"'>");
add
document.write("<PARAM NAME='characterEncoding' VALUE='"+characterEncoding+"'>");
Finally, below this line:
document.writeln("showTree='"+showTree+"'");
add
document.writeln("characterEncoding='"+characterEncoding+"'");
This will allow Unlimited FTP to transfer the files and retian the characters as required.
Article Details
Article ID:
124
Created On:
20 May 2010 02:19 PM
Back
Login
[Lost Password]
Email:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Article Options
Print Article
PDF Version
Email Article
Add to Favorites
Home
|
Register
|
Submit a Ticket
|
Knowledgebase
|
News
Copyright ® 2001-2010 FileCatalyst, UnlimitedFTP and Files2U are registered trademarks of Unlimi-Tech Software Inc