Changeset 4357
- Timestamp:
- 06/25/07 11:22:30 (1 year ago)
- Files:
-
- trunk/lib/util/sfToolkit.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/util/sfToolkit.class.php
r4343 r4357 558 558 * @return string UTF-8 encoded string, original string if iconv failed. 559 559 */ 560 function I18N_toUTF8($string, $from)560 static public function I18N_toUTF8($string, $from) 561 561 { 562 562 $from = strtoupper($from); … … 579 579 * @return string encoded string. 580 580 */ 581 function I18N_toEncoding($string, $to)581 static public function I18N_toEncoding($string, $to) 582 582 { 583 583 $to = strtoupper($to);