Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
filebrowser: International Characters
So I'm running filebrowser and I've got filenames and what not in spanish (with characters with accents on them). And also the description of the site in _config.xml is also in spanish.
filebrowser b0rks the display completely.
ideas? should i step through the code and check it out?
0
This discussion has been closed.
Comments
// PROPERLY ENCODE THE CONTENT header ("content-type:text/html;charset=utf-8");
See if that does the trick.
It's the changedfiles.tar in there. I opted not to have diffs, because..well I was too bothered to go that far.
I've included english and spanish.
Basically it's a function called GetLocalizedString that you pass the string to. If it can't find it in the strings database, it returns the key. Based on what you have in the config file, it will read the appropriate file in the Languages Folder.
I simply added one more field to the the config file called . It defaults to english.
Uh. yeah. If you have any questions..feel free to email, or of course post here.