This method of the SystemX class checks if a local code page character is a lead byte for DBCS systems.
public native static boolean isLocalCharDBCSLeadByte(byte local);
Returns true if the local code page is DBCS; otherwise, returns false.
local | The local code page character. |