strOemToCharΒΆ

strOemToChar translates a string from the OEM-defined character set into the Windows character set.

smChar = strOemToChar(smOem)

Return Value

smChar is a string matrix in the Windows character set.

Parameters

smOem

smOem is a string matrix in OEM-defined character set.

id-316782