13.5.5 GNU clisp - Common Lisp 
- RPMs
- clisp 2.28 or newer
 
- File extension
- lisp- 
 
- String syntax
- "abc"- 
 
- gettext shorthand
- (_ "abc"),- (ENGLISH "abc")- 
 
- gettext/ngettext functions
- i18n:gettext,- i18n:ngettext- 
 
- textdomain
- i18n:textdomain- 
 
- bindtextdomain
- i18n:textdomaindir- 
 
- setlocale
- automatic
 
- Prerequisite
- ---
 
- Use or emulate GNU gettext
- use
 
- Extractor
- xgettext -k_ -kENGLISH- 
 
- Formatting with positions
- format "~1@*~D ~0@*~D"- 
 
- Portability
- On platforms without gettext, no translation.
 
- po-mode marking
- ---
  
This document was generated
on May 6, 2002
using texi2html