Home > OS >  Displaying the unicode characters with real devices and emulators
Displaying the unicode characters with real devices and emulators

Time:07-24

Some unicode characers don't display on real devices and emulators but stay displaying within Android Studio design mode. For example, In design mode: enter image description here

but the emulator (as well as real device) shows nothing: enter image description here

So, why this is it? And, what should I do to gain the expected result?

UPD: As one of perheps solution I tryied to use enter image description here

Also, it seems to be device specific. Troubles with Unicode string encoding in Android

  • Related