[Freedos-devel] ASCII to unicode table

2010-11-27 Thread Ladislav Lacina
I think we should discuss how to implement unicode. In the fact only one small thing is necesarry: we need a mechanism for translating unicode chars into ASCII chars and vice versa. Now programs do it self by looking into own datafiles with .TBL extension. Look at DOSLFN or Volkov commander

Re: [Freedos-devel] ASCII to unicode table

2010-11-27 Thread Eric Auer
Hi Ladislav, I think we should discuss how to implement unicode. There already is some interface for double byte chars in DOS, which we could implement. However, it was made for Chinese as far as I remember and needed support by more drivers even if you had a DBCS-enabled DOS version. In the

Re: [Freedos-devel] ASCII to unicode table

2010-11-27 Thread Christian Masloch
Now programs do it self by looking into own datafiles with .TBL extension. Look at DOSLFN or Volkov commander 4.99. They have few files like cp852uni.tbl, cp866uni.tbl and so on. It is a very good solution but problem is that here is no way now how to determine which file should be

Re: [Freedos-devel] ASCII to unicode table

2010-11-27 Thread Steve Nickolas
On Sat, 27 Nov 2010, Eric Auer wrote: You could even have a separately loaded CON driver that keeps a full unicode font in XMS (with some caching of recently used sections in faster memory maybe?). That would be something like what DOS/V does. It switches to VGA 640x480 mode and emulates