NativeScript/ios-jsc

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

Natalia-Hristova opened this issue · 0 comments

Environment

  • iOS Runtime: 6.2.0-rc-2019-10-21-153440-02

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