Project

General

Profile

Actions

Fehler #41

open

UTF-8 encoding d'nt work.

Added by Wladyslaw Polinskij over 12 years ago. Updated over 11 years ago.

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 on
return "UTF8";

2. in file /lib/tty/tty-slang.c (S-Lang lib reqired)
in string
SLutf8_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

Also available in: Atom PDF