xHarbour Reference Documentation > Function Reference |
Converts a character string from one code page to another one.
HB_Translate( <cString> , ; <cCodePageID_Src>, ; <cCodePageID_Tgt> ) --> cConvertedString
The function returns the converted character string. If either code page is not available, the return value is a null string ("").
See also: | HB_LangSelect(), HB_SetCodePage() |
Category: | Language specific , xHarbour extensions |
Source: | rtl\cdpapi.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com