yejun Wanderer
Joined: 13 Jun 2005 Posts: 51
|
Posted: Fri Dec 23, 2005 6:00 pm
Will cmud be unicode application? |
I recently write my own unicode mud interface in delphi 7.
After profiled the application, the most expansive calls are TextExtent and Textout, codepage conversion time is ignorable.
I also tested 1000 unicode regular expression matchs in a real mud.
Conversion from a mutibye application to unicode is merely changing string to widestring and char to widechar, if all visual components are already unicode.
If the answer is no, please at least make it 8 bit string safe. Current zmud is fine under most circumstance, only 1 char will be altered when save to variables. |
|