File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Grease-Squeak5-Core.package/GRPharoGenericCodec.class/class
Grease-Squeak6-Core.package/GRPharoGenericCodec.class/class Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22supportedEncodingNames
33 " answers the names of the encodings supported by this class"
44
5- ^ TextConverter allEncodingNames
5+ ^ ( TextConverter allSubclasses gather: [ :class | class encodingNames ]) asOrderedCollection
66 removeAllFoundIn: GRPharoLatin1Codec supportedEncodingNames;
77 removeAllFoundIn: UTF8TextConverter encodingNames;
88 yourself
Original file line number Diff line number Diff line change 22supportedEncodingNames
33 " answers the names of the encodings supported by this class"
44
5- ^ TextConverter allEncodingNames
5+ ^ ( TextConverter allSubclasses gather: [ :class | class encodingNames ]) asOrderedCollection
66 removeAllFoundIn: GRPharoLatin1Codec supportedEncodingNames;
77 removeAllFoundIn: UTF8TextConverter encodingNames;
88 yourself
You can’t perform that action at this time.
0 commit comments