Android Studio: german chars not displayed correctly -


i imported android project eclipse android studio , (almost) went surprisingly except 1 thing:

android studio or better: resulting app seems have trouble german chars ÜÖÄß.

this manifest:

    <activity         android:name="com.example.myapp.someactivity"         android:label="registrierung abschließen"> 

and how activity's actionbar looks like:

enter image description here

i have similar kind of troubles .html files in /res/raw folder.

any ideas on this?

use in xml

<?xml version="1.0" encoding="utf-8"?> 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -