软件包: cl-trivial-utf-8 (20111001-1.1)
cl-trivial-utf-8 的相关链接
Trisquel 的资源:
下载源码包 cl-trivial-utf-8:
- [cl-trivial-utf-8_20111001-1.1.dsc]
- [cl-trivial-utf-8_20111001.orig.tar.gz]
- [cl-trivial-utf-8_20111001-1.1.debian.tar.xz]
维护者:
Original Maintainer:
- Dimitri Fontaine
外部的资源:
- 主页 [common-lisp.net]
相似软件包:
small Common Lisp library for doing UTF-8-based in- and output
Trivial UTF-8 is a small library for doing UTF-8-based in- and output on a Lisp implementation that already supports Unicode -- meaning char-code and code-char deal with Unicode character codes.
The rationale for the existence of this library is that while Unicode-enabled implementations usually do provide some kind of interface to dealing with character encodings, these are typically not terribly flexible or uniform.
The Babel library solves a similar problem while understanding more encodings. Trivial UTF-8 was written before Babel existed, but for new projects you might be better off going with Babel. The one plus that Trivial UTF-8 has is that it doesn't depend on any other libraries.