sapi_windows_cp_conv Convert string from one codepage to another &reftitle.description; stringsapi_windows_cp_conv int|stringin_codepage int|stringout_codepage stringsubject Convert string from one codepage to another. &reftitle.parameters; in_codepage The codepage of the subject string. Either the codepage name or identifier. out_codepage The codepage to convert the subject string to. Either the codepage name or identifier. subject The string to convert. &reftitle.returnvalues; The subject string converted to out_codepage, or &null; on failure. &reftitle.errors; This function issues E_WARNING level errors, if invalid codepages are given, or if the subject is not valid for in_codepage. &reftitle.seealso; sapi_windows_cp_get iconv