Windows Code Pages for which Latin-1 encoded files are used.
win32
(1252 28591)
The variable *latin-1-code-pages*
contains a list of integers, which must be Windows code page identifiers. When the current Code Page is on this list, the default file encoding detection algorithm will cause
(:latin-1 :encoding-error-action 63)
to be used for file I/O. Files will be written as Latin-1 with '?' replacing any non-Latin-1 character. This is faster than converting to the code page.
If safe-locale-file-encoding is used for file encoding detection, then the :latin-1-safe
external format will be used.
The LispWorks editor binds *latin-1-code-pages*
to nil
when reading and writing files, in order to ensure that code page characters outside of Latin-1 are handled regardless of the configuration of open.
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:08