Closed
Description
Symfony version(s) affected: 5.1.3
Description
Emoji mess up the formatting. The border is not even.
How to reproduce
protected function execute(InputInterface $input, OutputInterface $output)
{
$io = new SymfonyStyle($input, $output);
$io->error("Some error message \u{1F625}");
return Command::FAILURE;
}
Possible Solution
Something with string length count and encoding
Additional context