PHP.nl

sapi_windows_cp_conv

sapi_windows_cp_conv

Convert string from one codepage to another

 **sapi_windows_cp_conv**  $in_codepage  $out_codepage string $subject

Convert string from one codepage to another.

in_codepage The codepage of the string. Either the codepage name or identifier. subject

out_codepage The codepage to convert the string to. Either the codepage name or identifier. subject

subjectThe string to convert.

The string converted to , or null on failure. subject``out_codepage

This function issues E_WARNING level errors, if invalid codepages are given, or if the subject is not valid for . in_codepage

sapi_windows_cp_get``iconv