]> gitweb.factorcode.org Git - factor.git/blob - basis/io/encodings/8-bit/windows-1252/windows-1252-docs.factor
cd9461e19d2dfc271f37b2a6336493854a038769
[factor.git] / basis / io / encodings / 8-bit / windows-1252 / windows-1252-docs.factor
1 ! Copyright (C) 2009 Doug Coleman.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.syntax ;
4 IN: io.encodings.8-bit.windows-1252
5
6 HELP: windows-1252
7 { $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." } 
8 { $see-also "encodings-introduction" } ;
9
10 ARTICLE: "io.encodings.8-bit.windows-1252" "Windows 1252 encoding"
11 "The " { $vocab-link "io.encodings.8-bit.windows-1252" } " vocabulary provides the " { $link windows-1252 } " encoding." ;
12
13 ABOUT: "io.encodings.8-bit.windows-1252"