diff -r 24991431c7e0 -r 8298734011b6 TextView.st --- a/TextView.st Fri Mar 05 13:47:44 2004 +0100 +++ b/TextView.st Fri Mar 05 15:27:33 2004 +0100 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 1989 by Claus Gittinger All Rights Reserved @@ -635,17 +637,6 @@ !TextView methodsFor:'accessing'! -characterEncoding - "returns a symbol describing how the contents is encoded internally. - For now, this should be the same encoding as my fonts encoding (otherwise, mappings would - occur when drawing). - This is (currently) only passed down from the fileBrowser, - and required when japanese/chinese/korean text is edited. - (encoding is something like #'iso8859-5' #euc, #sjis, #jis7, #gb, #big5 or #ksc)" - - ^ characterEncoding -! - characterEncoding:encodingArg "define how the contents is encoded internally. This should normally never be required, as ST/X now assumes @@ -3822,7 +3813,7 @@ !TextView class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.240 2004-02-28 12:57:56 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.241 2004-03-05 14:27:33 cg Exp $' ! ! TextView initialize!