Skip to content

Commit c0998a1

Browse files
author
livecodesam
authored
Update unicodeTitle.lcdoc
1 parent f392ca8 commit c0998a1

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

docs/dictionary/property/unicodeTitle.lcdoc

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@ Introduced: 2.9
1515
Deprecated:
1616
In LiveCode 7.0 the language was changed to handle unicode
1717
transparently. This means that language functionality which previously
18-
aided unicode text manipulation is no longer required. This property
19-
should not be used in new code; simply set the title as normal.
20-
Assigning values other than those returned from uniEncode to this
21-
property will not produce the desired results.The following are now
22-
equivalent:
23-
24-
set the unicodeTitle of this stack to tText
25-
set the title of this stack to textDecode(tText, "UTF16")
18+
aided unicode text manipulation is no longer required.
2619

2720
OS: mac, windows, linux, ios, android
2821

@@ -47,5 +40,14 @@ Windows 98SE and Windows ME do not support unicode window titles. On
4740
these systems, the string displayed in the title bar will be the closest
4841
approximation possible on the running system.
4942

43+
>*Important:* As this property is deprecated, it should not be used in new
44+
> code; simply set the title as normal. Assigning values other than those
45+
> returned from uniEncode to this property will not produce the desired
46+
> results. The following are now equivalent:
47+
48+
set the unicodeTitle of this stack to tText
49+
set the title of this stack to textDecode(tText, "UTF16")
50+
5051
References: uniEncode (function), label (property)
5152

53+

0 commit comments

Comments
 (0)