Lisp and Hebrew
Posted by Daniel Lyons Fri, 08 Dec 2006 19:50:59 GMT
Apparently, Unicode is possible from Lisp
I noodled around with it a bit and it seems like either Emacs or SBCL gets a little confused with right-to-left function names.
Posted by Daniel Lyons Fri, 08 Dec 2006 19:50:59 GMT
Apparently, Unicode is possible from Lisp
I noodled around with it a bit and it seems like either Emacs or SBCL gets a little confused with right-to-left function names.
Posted by Daniel Lyons Mon, 20 Nov 2006 06:19:22 GMT
It occurred to me today that Hebrew pronunciation is very regular and it would not be particularly difficult to implement a program that takes UTF-8 Hebrew text in and transliterates it to English. For example:
”שלום עליכם” -> “shalom aleiḥem” (that should look like an h with a dot underneath it, in case you have a weird browser).
Naturally, I already have a graceful recursive algorithm in mind for doing this, but I actually have no idea which of my permitted languages supports Unicode properly.
Here’s my guess:
I’ll have to look at this some more. It would be helpful to have in general I think.