ups - no recoding for ISO

This commit is contained in:
Sebastian Mendel 2007-12-05 11:35:21 +00:00
parent 632dc65b2e
commit e9fd54f811
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
*/
$charset = 'iso-8859-1';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$number_thousands_separator = '.';
$number_decimal_separator = ',';

View File

@ -12,7 +12,6 @@
*/
$charset = 'iso-8859-15';
$allow_recoding = TRUE;
$text_dir = 'ltr';
$number_thousands_separator = '.';
$number_decimal_separator = ',';