6 lines
368 B
Factor
6 lines
368 B
Factor
USING: help.markup help.syntax io.encodings.latin1 ;
|
|
|
|
HELP: latin1
|
|
{ $var-description "This is the ISO-8859-1 encoding, also called Latin-1: Western European. It is an 8-bit superset of ASCII which is the default for a mimetype starting with 'text' and provides the characters necessary for most western European languages." }
|
|
{ $see-also "encodings-introduction" } ;
|