"hzluo" <[EMAIL PROTECTED]> writes: > For all error messages, the absFilename() is used to print filenames. > It is always UTF-8. However, on the Windows console, > UTF-8 strings can't be displayed properly if it has non-ASCII chars. > So any messages directing to console may have chaose chars.
In general, all the error messages are in utf8. If we want something special for windows, we just have to change the output encoding. This is not specific to file names. JMarc