Development

Changeset 1900

You must first sign up to be able to contribute.

Changeset 1900

Show
Ignore:
Timestamp:
08/31/06 12:25:14 (2 years ago)
Author:
fabien
Message:

fixed i18n encoding conversion (closes #864 - patch from chtito)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/i18n/util.php

    r1415 r1900  
    149149  function I18N_toUTF8($string, $from) 
    150150  { 
     151    $from = strtoupper($from); 
    151152    if($from != 'UTF-8') 
    152153    { 
     
    165166  function I18N_toEncoding($string, $to) 
    166167  { 
     168    $to = strtoupper($to); 
    167169    if($to != 'UTF-8') 
    168170    {