This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

how to convert utf8 string to unicode string?

3 posts · 1333 views

hi,I'm a common lisp beginner.does anyone can tell me how to convert gbk utf8 and unicode strings to each other?
thx!

Re: how to convert utf8 string to unicode string?

If you want to create a program that is portable across different implementations, you may try one of those libraries:
Trivial UTF-8, simple portability layer,
CL-Unicode, which deals with more atributes of unicode,
Babel, which deals with several charset encodings, not just unicode.