@@ -16,12 +16,7 @@ Introduced: 4.6
1616Deprecated:
1717In LiveCode 7.0 the language was changed to handle unicode
1818transparently. This means that language functionality which previously
19- aided unicode text manipulation is no longer required. This property
20- should not be used in new code; simply get the plainText as normal. The
21- following are now equivalent:
22-
23- get the unicodePlainText of field 1
24- get textEncode(the plainText of field 1, "UTF16")
19+ aided unicode text manipulation is no longer required.
2520
2621OS: mac, windows, linux
2722
@@ -39,7 +34,7 @@ The <unicodePlainText> of a field is a string.
3934Description:
4035Use the <unicodePlainText> property to get the content of a field as
4136plain text with any listStyle properties being converted appropriately
42- into plain-text for the paragraphs the affect.
37+ into plain-text for the paragraphs they affect.
4338
4439When you get a field's <unicodePlainText>, the field's text is converted
4540to plain text with any listStyle property being converted appropriately
@@ -49,6 +44,12 @@ Any paragraphs with listStyle set are prefixed by an appropriate
4944plain-text form of the bullet or index. The property returns text
5045encoded in UTF-16 in host byte-order.
5146
47+ > Important: As this property is deprecated, it should not be used in new
48+ > code; simply get the plainText as normal. The following are now equivalent:
49+
50+ get the unicodePlainText of field 1
51+ get textEncode(the plainText of field 1, "UTF16")
52+
5253References: plainText (property), dontWrap (property),
5354unicodeFormattedText (property), formattedText (property)
5455
0 commit comments