|
|
(Next) Translation2_Decorator_SpecialChars クラス概要 |
||||
| |
|||||
|
|||||
<?php
$tr = new Translation2($driver, $dbinfo, $params);
// メインの言語をハンガリー語に設定します
$tr->setLang('hu');
// すべての文字列を、文字セット ISO-8859-2 でエンコードします
$tr =& $tr->getDecorator('Iconv');
$tr->setOption('encoding', 'ISO-8859-2');
?>
|
|
(Next) Translation2_Decorator_SpecialChars クラス概要 |
||||||||
| |
|||||||||
|
|||||||||