Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
2255 | minor | always | 12-13-07 23:14 | 09-16-08 18:08 | |
|
|||||
Reporter: | koreth | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.4 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.2.1 | ||
|
|||||
Summary: | 0002255: iconv() doesn't support target encoding modifier | ||||
Description: |
<?php print iconv("ISO-8859-1", "UTF-8//IGNORE", "xyz") . "\n"; Vanilla PHP prints "xyz". Quercus throws an exception saying "UTF-8//IGNORE" is an unknown encoding, which is true; iconv() is supposed to accept "//IGNORE" at the end of the target encoding to silently discard characters that can't be represented in the target character set. I assume the //TRANSLIT suffix is not implemented either (but we don't use that one.) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|