Project

General

Profile

Actions

Fehler #151

open

How to setup to make it support Chinese

Added by Gipors Lee over 10 years ago. Updated about 10 years ago.

Status:
Neu
Priority:
Normal
Assignee:
-
Category:
Bug
Target version:
eXtplorer Version:
2.1.4
Joomla! Version:
Joomla! 3.1

Files

QQ截图20140109130614.jpg (36.7 KB) QQ截图20140109130614.jpg Can not display Chinese file names. Gipors Lee, 01/09/2014 06:33 AM
list.php (12.2 KB) list.php Corrected list.php for utf-8 file names Botu Sun, 04/03/2014 05:10 PM
Actions #1

Updated by Gipors Lee over 10 years ago

I'm using it as a single file manager.I like the UI, but there is a problem. When there is a file wiht file name of Chinese, it can not display the Chinese, even if I using the Chinese lang. How can I fix it? I'm using the 2.1.5

Actions #2

Updated by Botu Sun about 10 years ago

Hi,

I've also encountered problem like yours.
I looked into the //include/list.php and found file names are encoded in utf-8 with

  utf8_encode($item)

with is unnecessary since they were already in utf-8 when read from the file system.
So just replace every "utf8_encode($item)" with just "$item" and all characters are well displayed!

Botu

Actions #3

Updated by Sören Eberhardt-Biermann about 10 years ago

  • Category set to Bug
  • Target version set to 2.1.6

This will be fixed in version 2.1.6

Actions

Also available in: Atom PDF