On Mon, 20 Mar 2000, Dmitry Timoshkov wrote:

> Ove Kaaven <[EMAIL PROTECTED]> wrote:
> >(Oh, and I decided to also reverse engineer the DBCS conversion stuff in
> >NT, and so I've updated my webpages with the new information, if you want
> >to see it.)
> 
> Tonight I decided to check your webpages and found the following:
> 
> 1. OEM glyph flag is probably a number of the glyphs in the OEM table and
> seems to be always 256.

Well, the NT4 kernel has 256 characters hardcoded for the case that the
flag is nonzero, it does not care about the actual value as long as it's
nonzero...

> 2. DBCS flag is actually an exactly number of the available LeadByte ranges.

It does not specifically care about the actual value here either, if it's
nonzero it just sets the dbcs_flag in your "RTL_NLS_DATA" structure, etc.

Reply via email to