.. highlightlang:: us .. _strchartooem: strCharToOem ============ .. index:: strCharToOem .. us.tag strCharToOem ENGLISH STR unicode Changed500 :ref:`strCharToOem` translates a string from the Windows character set into the OEM-defined character set. .. function:: smOem = strCharToOem(smChar) .. us.return **Return Value** *smOem* is a string matrix in the OEM-defined character set. .. us.params **Parameters** .. uparam:: smChar *smChar* is a string matrix in the Windows character set. .. us.history **History** .. list-table:: :header-rows: 1 * - Version - Description * - 5.0.0 - Unicode. .. seealso:: :ref:`overview-strings`, :ref:`strOemToChar` :sub:`id-655480`