https://bugzilla.wikimedia.org/show_bug.cgi?id=1780

--- Comment #44 from [email protected] ---
First of all, thank you give a quick get attention. orbartal. 



I've had to change a thumbnail below to display the file.php. 

... 
$ thumbPath = $ this-> getThumbPath ($ thumbName); // Final thumb path 
// CP949 is a windows charset system for hangul, a korean character. 
$ thumbPath = iconv ("UTF-8", "CP949", $ thumbPath); 
... 


Also, I've had to change as follows bitmap.php. 

... 
$ params ['srcPath'] = iconv ("UTF-8", "CP949", $ params ['srcPath']); 
if (! file_exists ($ params ['srcPath'])) {
... 


Currently, it is well Hangul file upload. However, no thumbnail is displayed.
Instead, in the following locations, are displayed in the thumbnail spot an
error: 'filemissing' 


Please help me! 


[More] 

- MediaWiki Version: 1.23.3 
- System: Windows 7 (hangul) 



Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to