@@ -15,14 +15,7 @@ Introduced: 2.9
1515Deprecated:
1616In LiveCode 7.0 the language was changed to handle unicode
1717transparently. 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
2720OS: mac, windows, linux, ios, android
2821
@@ -47,5 +40,14 @@ Windows 98SE and Windows ME do not support unicode window titles. On
4740these systems, the string displayed in the title bar will be the closest
4841approximation 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+
5051References: uniEncode (function), label (property)
5152
53+
0 commit comments