factor/basis/io/encodings/8-bit/windows-1252/windows-1252-docs.factor

14 lines
668 B
Factor

! Copyright (C) 2009 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: help.markup help.syntax ;
IN: io.encodings.8-bit.windows-1252
HELP: windows-1252
{ $var-description "Windows 1252 is an 8-bit superset of ASCII which is closely related to Latin-1. Control characters in the 0x80 to 0x9F range are replaced with printable characters such as the Euro symbol." }
{ $see-also "encodings-introduction" } ;
ARTICLE: "io.encodings.8-bit.windows-1252" "Windows 1252 encoding"
"The " { $vocab-link "io.encodings.8-bit.windows-1252" } " vocabulary provides the " { $link windows-1252 } " encoding." ;
ABOUT: "io.encodings.8-bit.windows-1252"