Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't handle german Umlaute #56

Open
BluePalmTree opened this issue Aug 1, 2024 · 0 comments
Open

Doesn't handle german Umlaute #56

BluePalmTree opened this issue Aug 1, 2024 · 0 comments

Comments

@BluePalmTree
Copy link

Hello,

I really like the packe. It works really well, but I noticed an issue with german Umlaute (ä,ö,ü). For example if we execute the following Statement:

flutter pub global run rename setAppName --targets ios,android --value "Häuschen App"

It renames the apps to:

<application
        android:label="Häuschen App"        
        android:name="${applicationName}"
        android:icon="@mipmap/ic_launcher">

and

<key>CFBundleDisplayName</key>
<string>Häuschen App</string>
<key>CFBundleName</key>
<string>Häuschen App</string>

Is there a way to escape these charactors or maybe pass an encoding?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant