marekrei / encode-explorer

http://encode-explorer.siineiolekala.net
236 stars 120 forks source link

A file with Chinese characters can not display as usual. #69

Open Tomsu2016 opened 7 years ago

Tomsu2016 commented 7 years ago

Add some code to the end of "class file, function __construct()", and then fixed. Some Code : $this->name = iconv('gb2312', 'UTF-8', $name);