| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments:
This function returns the list of all active locale objects.
(let ((before (all-locales))) (def-locale :test :external-format (find-external-format :latin1)) (set-difference (all-locales) before)) -> (#<locale :test [:latin1-base]>)
See iacl.htm for more information on international character support in Allegro CL.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |