-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Gregoire-M, rene-s and TomasVotruba