Unicode and newLISP-tk
Posted: Thu Apr 28, 2005 8:42 am
Hi all,
I dunno exactly how Unicode support is done (or not) in newLISP, I have to dig into the docs and code, but this is a session of newLISP 8.5.4 with newLISP-tk 1.2.5
Pretty impressive, actually... (BTW the symbol reads, in classical greek, "Peleiádeo-o", which is the genitive form of Peleos, the father of Achilles, from the first verse of the _Illiad_, which I copy&pasted from my blog, which starts with that first verse...)
I dunno which encoding was used, because copying from firefox to newlisp-tk, and then back to firefox may have caused haymen with the encodings, but anyway...
:-)
laters!
dvd
PS- this also works: (setq ñañañá 13) :-)
I dunno exactly how Unicode support is done (or not) in newLISP, I have to dig into the docs and code, but this is a session of newLISP 8.5.4 with newLISP-tk 1.2.5
Code: Select all
> (setq Πελειάδεω 10)
10
> (println Πελειάδεω)
10
10
>
I dunno which encoding was used, because copying from firefox to newlisp-tk, and then back to firefox may have caused haymen with the encodings, but anyway...
:-)
laters!
dvd
PS- this also works: (setq ñañañá 13) :-)