K 10 svn:author V 2 ed K 8 svn:date V 27 2009-01-21T19:43:10.795957Z K 7 svn:log V 388 Add Unicode rendering to the teken demo application. Some time ago I tried adding Unicode rendering to the teken demo application, but I didn't get it working. It seems I forgot to call setlocale(). Polish this code and make sure it doesn't get lost. Also a small fix for my previous commit: all Unicode characters in teken_boxdrawing are below 0x10000, so store them as 16-bit values. END