"Robert Shearman" <[EMAIL PROTECTED]> writes: > Any way of generating them based on the locale or should I just remove the > DBCS tests?
You could use IsDBCSLeadByte and friends, but most locales don't have DBCS chars at all so it wouldn't help much. An alternative would be to switch to a DBCS locale for that test, but I'm not sure if that would work under all versions of Windows. -- Alexandre Julliard [EMAIL PROTECTED]