[AC-851] Internationalization Unicode bug with Alloy
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2014-04-14T17:58:15.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | alloy, i18n, internalization, unicode |
| Reporter | Andrey Gayvoronsky |
| Assignee | Ritu Agrawal |
| Created | 2014-04-12T06:48:16.000+0000 |
| Updated | 2016-03-08T07:37:08.000+0000 |
Description
Looks like Alloy doesn't support unicode chars with internationalization.
When i'm trying to use it like this:
\u2665 Tab \U2665
\u2665 Window \U2665
\U2665 Label \u2665
...
...
Then i'm getting like this: '\U2665 Label \u2665', for example.
Although inline unicode chars inside of views is working, i.e. that working:
P.S.: also looks like there is difference with: \u2665 and \U2665. At least at IOS (lowercase is working, till uppercase is not)
This ticket is a duplicate of TIMOB-16815. Please follow TIMOB-16815 for latest updates.