README
author sr
Wed, 19 Feb 2020 16:17:53 +0100
changeset 25270 abd76d94ad4f
parent 6437 dc87b1b72783
permissions -rw-r--r--
#FEATURE by Stefan Reise class: CharacterEncoderImplementations::ISO10646_to_UTF16BE removed: #isUtf16EncoderEncoder class: ISO10646_to_UTF16BE added: #isUtf16Encoder #isUtf16EncoderEncoder #isUtfEncoder

This directory contains (what we consider) fundamental
classes required for any serious Smalltalk application
(both headless and GUI-based).

Of course, for special applications, even this set of
classes could be reduced 
(for smaller apps, some of LargeInteger, Float, Fraction 
 etc. could be left out).

We do not provide tools or support for such minimal 
configurations - with modern, paged OperatingSystems, there
is also less sense in doing so, since unused code is simply
paged out or never paged in at all.