Previous Topic: HTML Control and HTML Text ObjectNext Topic: .NET Framework 3.5


DBCS String Routines

Do not use SUBSTR with DBCS character strings; use SUBSTRDBCS.

Do not use SUBSTRMIX on Java. Since Java is Unicode, use SUBSTR or SUBSTRDBCS. SUBSTRMIX counts bytes that return odd results on Unicode.