Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

German Umlauts in Console #35842

Copy link
Copy link
Closed
Closed
Copy link
@benjaminfunk

Description

@benjaminfunk
Issue body actions

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

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.