Search found 3 matches
- Sat Sep 10, 2016 2:16 am
- Forum: Common Lisp
- Topic: UTF-8 in LISP
- Replies: 5
- Views: 16016
Re: UTF-8 in LISP
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. Babel is a charset encoding/decoding library, not unlike GNU libiconv, but completely written in Commo...
- Thu Sep 08, 2016 12:40 am
- Forum: Common Lisp
- Topic: UTF-8 in LISP
- Replies: 5
- Views: 16016
Re: UTF-8 in LISP
Related: http://www.cliki.net/Unicode%20and%20Lisp I will investigate this one and I'll see what can I implement. Many lisp implementations support unicode characters in strings so you should look around libraries of this kind: trivial-utf-8 , babel . are there other libraries for NON LINUX user. I...
- Mon Sep 05, 2016 11:30 am
- Forum: Common Lisp
- Topic: UTF-8 in LISP
- Replies: 5
- Views: 16016
UTF-8 in LISP
Greetings Lispers
Pleas can anyone explain or teach me how to use UTF-8 characters in lisp, while making GUI. for example I am a GEORGIAN and my native letters are :
áƒ,ბ,გ,დ,ე,ვ,ზ,თ,ი,კ,ლ,მ.... and so on. Are there any solution about it?
Thanks for attention
Pleas can anyone explain or teach me how to use UTF-8 characters in lisp, while making GUI. for example I am a GEORGIAN and my native letters are :
áƒ,ბ,გ,დ,ე,ვ,ზ,თ,ი,კ,ლ,მ.... and so on. Are there any solution about it?
Thanks for attention