説明
string
recode_string ( string request, string string)
コード変換指令 requestに基づき文字列
string のコードを変換します。変換後の文字
列または変換指令を実行できない場合に FALSE を返します。
簡単なコード変換指令は、"lat1..iso646-de" のようになり
ます。コード変換指令に関する詳細な手順に関してはインストールした
GNU Recode のドキュメントも参照下さい。
例 1基本的な recode_string() の例: print recode_string ("us..flat", "The following character has a diacritical mark: á"); |
|