# HG changeset patch # User Stefan Vogel # Date 1574371333 -3600 # Node ID 476e387608cfbded4d8d61a9b3227ec8a2b883d2 # Parent 4bf8460acd4d7a23eaaf55101021b03a38eccd61 #DOCUMENTATION by stefan class: Unicode16String comment/format in: #isUnicodeString diff -r 4bf8460acd4d -r 476e387608cf Unicode16String.st --- a/Unicode16String.st Thu Nov 21 22:21:52 2019 +0100 +++ b/Unicode16String.st Thu Nov 21 22:22:13 2019 +0100 @@ -244,9 +244,11 @@ "true if this is a 2- or 4-byte unicode string (i.e. not a single byte string). Notice, that the name is misleading: - all strings are use unicode encoding" + all strings use unicode encoding" ^ true + + "Modified (comment): / 21-11-2019 / 18:25:59 / Stefan Vogel" ! !