In article <[EMAIL PROTECTED]>, Eli Zaretskii <[EMAIL PROTECTED]> writes:
>> ??? It seems that directory_files_internal () checks file >> name matching after decoding the names. So, why should we >> pay attention to how the names are encoded? > You right, sorry: I meant character set used for file names, not its > encoding. The table in buffer_defaults.case_canon_table is good for > that buffer's charset, and Vascii_canon_table is only for ASCII, > right? No. Vascii_canon_table is for all characters despite its name, and buffer_defaults.case_canon_table is set to Vascii_canon_table. And it's not for a specific buffer but the default for a newly created buffer. --- Kenichi Handa [EMAIL PROTECTED]
