On Mon, Mar 22, 2021 at 10:04 AM Aleksander Machniak <a...@alec.pl> wrote:
> $str = "グーグル谷歌中信фδοκιμήóźdźрöß😁😃"; > > $this->assertSame($str, utf8_decode(utf8_encode($str))); > > Woah. Yeah. No. Don't do that. Doing that is what's wrong with utf8_en/decode(). Doing that convinces me that Rowan is right and we should deprecate then remove those functions without offering a simple replacement. Christ's sake... no.