bug53304.phpt 441 B

12345678910111213
  1. --TEST--
  2. Bug #53304 (quot_print_decode does not handle lower-case hex digits)
  3. --EXTENSIONS--
  4. iconv
  5. --FILE--
  6. <?php
  7. echo iconv_mime_decode('=?utf-8?Q?Nachricht_=c3=bcber_Kontaktformular_www.inexio.net?=', 0, 'UTF-8') . "\n";
  8. echo iconv_mime_decode('=?utf-8?Q?Nachricht_=C3=BCber_Kontaktformular_www.inexio.net?=', 0, 'UTF-8') . "\n";
  9. ?>
  10. --EXPECT--
  11. Nachricht über Kontaktformular www.inexio.net
  12. Nachricht über Kontaktformular www.inexio.net