like Japanese, Chinese, or Korean.
You must define USE_MCPATH in src/mconfig.h to use filenames containing characters other than ASCII. Uncomment the line /* #define USE_MCPATH */ near the end of the file, then recompile Mule. You also have to specify what coding system will be used in filenames. Adding the following lines may help. (Note that
;;; example: To use Korean EUC for filenames (if (fboundp 'set-pathname-coding-system)
(set-pathname-coding-system *euc-korea*))