Re: [Freedos-devel] ASCII to unicode table

2011-01-16 Thread Eric Auer
Hi Alex, > * in some cases best readability is the target [best user experience] > * in some cases exact string representation is the target [copy+paste, debug] > * in some other cases you simply want to be fast [viewing text/binary files] ... > for exact representations any sort of escaped chara

Re: [Freedos-devel] ASCII to unicode table

2011-01-16 Thread Alexander Stohr
My personal summary on the practical aspect is: * in some cases best readability is the target * in some cases exact string representation is the target * in some other cases you simply want to be fast in the first case you are probably targetting for best user expirience. in the second case you