Преглед изворни кода

Backed out r24166; Jumped the gun :(

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24169 44c647ce-9c0f-0410-b52a-842ac1e357ba
adamlundrigan пре 14 година
родитељ
комит
a5da984e2b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      library/Zend/Search/Lucene/Field.php

+ 1 - 1
library/Zend/Search/Lucene/Field.php

@@ -219,7 +219,7 @@ class Zend_Search_Lucene_Field
                 return $this->value;
                 return $this->value;
         } else {
         } else {
 
 
-            return (PHP_OS != 'AIX') ? iconv($this->encoding, 'UTF-8', $this->value) : iconv('ISO-8859-1', 'UTF-8', $this->value);
+            return (PHP_OS != 'AIX') ? iconv($this->encoding, 'UTF-8', $this->value) : iconv('ISO8859-1', 'UTF-8', $this->value);
         }
         }
     }
     }
 }
 }