Skip to content

German Umlauts in Console #35842

@benjaminfunk

Description

@benjaminfunk

Symfony version(s) affected: 5.0.4

Description
German Umlauts ignored in Console Question Helper

How to reproduce

protected function execute(InputInterface $objInput, OutputInterface $objOutput)
{
	$objHelper = $this->getHelper('question');

	$objQuestion = new Question('Title: ');

	$strTitle = $objHelper->ask($objInput, $objOutput, $objQuestion);

	$objOutput->writeln($strTitle);

        return 0;
}

If i type "aaaöäübbb" in console i just get "aaa\\bbb" as outout. If i just type umlauts like "öäü" the output is empty.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy