Search found 3 matches

by harbinger
Sat Sep 10, 2016 2:16 am
Forum: Common Lisp
Topic: UTF-8 in LISP
Replies: 5
Views: 14881

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...
by harbinger
Thu Sep 08, 2016 12:40 am
Forum: Common Lisp
Topic: UTF-8 in LISP
Replies: 5
Views: 14881

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...
by harbinger
Mon Sep 05, 2016 11:30 am
Forum: Common Lisp
Topic: UTF-8 in LISP
Replies: 5
Views: 14881

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 :geek: