def-locale

Macro

Package: excl

Arguments: name &key language territory external-format

name, language, and territory should be strings. external-format should be an external-format.

This macro defines name as a locale.

Examples:

(def-locale "ru"
	    :language "Russian"
	    :territory "Russian Federation"
	    :external-format (find-external-format :iso8859-5))
  -> #<locale "ru" (Russian/Russian Federation) [:iso8859-5-base]>

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.