NativeScript / ios-jsc

NativeScript for iOS using JavaScriptCore
http://docs.nativescript.org/runtimes/ios
Apache License 2.0
298 stars 59 forks source link

Inspector: In Resources tab cyrillic and arabic strings are not shown correctly #1217

Open Natalia-Hristova opened 4 years ago

Natalia-Hristova commented 4 years ago

Environment

Describe the bug In Resources tab cyrillic and arabic strings are not shown correctly. Same strings are shown correctly in the Console tab.

To Reproduce

  1. Create app and add console.log()s with cyrillic or/and arabic strings.
  2. Run tns debug ios --inspector
  3. Check Resources tab

Expected behavior all strings to be shown in Resources tab as they are written in the code

Sample project

Additional context