Actions
Fehler #41
openUTF-8 encoding d'nt work.
Status:
Neu
Priority:
Normal
Assignee:
-
Category:
Bug
Target version:
-
eXtplorer Version:
Joomla! Version:
Description
Hi!
For a long time I'm looking for normal File Manager to my D-Link DNS-323.
All tested is uncorrectly work with russian (Cyrillic) file names.
As a result I found next - some application on some device (or platform) cannot correctly autodetect actual internal code page.
Midnight Commander (for example) must be recompile with follow manuall correction in lib before build:
1. in file /lib/strutil/strutil.c
string return (nl_langinfo (CODESET));
must be replaced onreturn "UTF8";
2. in file /lib/tty/tty-slang.c (S-Lang lib reqired)
in stringSLutf8_enable (-1);
remove "minus" SLutf8_enable (1);
I'm test all release of eXtplorer (2.1.0 RC3/RC4/RC5) and in all cases I have received follow:
Actions