DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(guile.info.gz) Locales

Info Catalog (guile.info.gz) System Identification (guile.info.gz) POSIX (guile.info.gz) Encryption
 
 38.13 Locales
 =============
 
  -- Scheme Procedure: setlocale category [locale]
  -- C Function: scm_setlocale (category, locale)
      If LOCALE is omitted, return the current value of the specified
      locale category as a system-dependent string.  CATEGORY should be
      specified using the values `LC_COLLATE', `LC_ALL' etc.
 
      Otherwise the specified locale category is set to the string
      LOCALE and the new value is returned as a system-dependent string.
      If LOCALE is an empty string, the locale will be set using
      environment variables.
 
Info Catalog (guile.info.gz) System Identification (guile.info.gz) POSIX (guile.info.gz) Encryption
automatically generated byinfo2html