Greetings,
Not much news here of late, so I thought to mention a Cuis-UniCodes update.
Very little is working really, but I can now open up a Text Editor with some Unicode and type text into it. Can't cut/paste or even show the IBeam properly, but progress none the less.
You probably DON'T want to try this out yet, but just in case:
FileIn in order:
UniCodes.pck.st -- takes a Loooooooonng time
UniCodesTests.pck.st
1661+CuisCoreUnsaved-KenDickey-2013Apr03-14h47m-KenD.1.cs.st
Try something like:
(UniString fromCodePointCollection: #(16r4E7E 16r0020 16r5143 16r4EA8 16r5229 16r8C9E)) edit.
Then type something.
Oh, Unicode forms are all currently 16x16. Dingbats make fun cursors. Any UniChar can be a cursor. Try:
16r2764 asUniChar asCursor beCursor.
Well, back to work.
-KenD
--
Ken [dot] Dickey [at] whidbey [dot] com
_______________________________________________
Cuis mailing list
[hidden email]
http://jvuletich.org/mailman/listinfo/cuis_jvuletich.org
-KenD