On Tue, 14 Mar 2000, Dmitry Timoshkov wrote:

> Dependence is not quite obvious. But RtlInitCodePageTable() is
> the part of NT's interface dealing with NLS files and tables.

RtlInitCodePageTable may depend on the file format, but it just fills in
the RTL_NLS_DATA structure, doesn't it? The RTL_NLS_DATA structure is
*not* the NLS file format, and who says that you can't make a RTL_NLS_DATA
structure directly, instead of going through RtlInitCodePageTable?

I wouldn't mind using native NLS files either, but it seems that these
routines (CustomCP) will work perfectly without them.

Reply via email to