-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Character conversion #40
base: master
Are you sure you want to change the base?
Conversation
Added an option to store the passwords in hashed form.
Added missing lines in the Swedish translation.
Changed to national characters.
Added character conversion on: 1) Listing files 2) Uploading files
If I understand correctly, you are assuming that the filenames are encoded in ISO-8859-1 and then convert them to UTF-8 with iconv(). I can see you've set $_CONFIG['charset'] = "ISO-8859-1"; in the code, which seems like the better solution, but then commented it out. Why did you not stick with that? |
Will make easier the implementation of marekrei#40 and later fixing of marekrei#37
Added character conversion on:
Now file names with national characters are displayed properly and are preserved on uploading.