ups - no recoding for ISO

This commit is contained in:
Sebastian Mendel 2007-12-05 11:35:21 +00:00
parent 7f92b9bba2
commit 628a62d18b
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 = ',';