Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit c4f1628

Browse files
committed
[Bug 21171] Ensure unicode characters in app label are shown correctly
1 parent 4cae6ff commit c4f1628

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
-169 Bytes
Binary file not shown.

Toolset/palettes/standalone settings/revstandalonesettingsandroidbehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on updateSettings
4040

4141
--put computeDefault(tSettings["android,label"], tSettings["name"]) into field "Label"
4242

43-
set the unicodeText of field "Label" to uniEncode(computeDefault(tSettings["android,label"], tSettings["name"]), "UTF8")
43+
set the text of field "Label" to computeDefault(tSettings["android,label"], tSettings["name"])
4444

4545
put computeDefault(tSettings["android,identifier"], "com.yourcompany.yourapp") into field "Identifier"
4646
put computeDefault(tSettings["android,version name"], "1.0.0") into field "Version Name"

0 commit comments

Comments
 (0)