503f75d08b
These names don't make sense now that we run both suites the same way.
9 linhas
331 B
PHP
9 linhas
331 B
PHP
<?php
|
|
|
|
var_dump(iconv_mime_decode(
|
|
'=?utf-8?Q?...=20.....=3A=20...=20.....=20....=20'.
|
|
'.......=20...=20.....=2C=20....=20.......=E2=80=99s'.
|
|
'=20....=20......=20..=20...=E2=80=99s=20....=20.....'.
|
|
'=3F=2C=20...=20.......=20..=20.......=20...'.
|
|
'=20........?=', 2, 'UTF-8'));
|