Skip to content
This repository was archived by the owner on Jan 18, 2025. It is now read-only.
This repository was archived by the owner on Jan 18, 2025. It is now read-only.

German umlauts (ä, ö and ü) not properly displayed and spoken. #63

Open
@Binozo

Description

@Binozo

Hello,
there is an issue with German umlauts.
When you send a response with ä, ö or ü, Google Assistant will not pronounce and display them correctly. For example, "ü" is displayed and spoken as "ü".
I found no information about this and I found nothing in the settings.

I tried to use the right charset for this.
String response = new String(responseBody.getBytes(StandardCharsets.UTF_8));
And the Text is displayed correctly in the console. (When I debug it locally)
{"fulfillmentText":"Diese Funktion wird derzeit noch nicht unterstützt...

Before I set the charset:
-> {"fulfillmentText":"Diese Funktion wird derzeit noch nicht unterst�tzt...
After I set the charset:
-> {"fulfillmentText":"Diese Funktion wird derzeit noch nicht unterstützt...

But the issue is, Google Assistant doesn't receive the Text correctly.
grafik

Any ideas how to fix this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions