You know,Mobydock in Chinese is in a mess,why can't mobydock use unicode?That Asian users may be very happy.
Excuse my English,I request this for about three times,but it seems nobody noticed it.
Thanks.
You know,Mobydock in Chinese is in a mess,why can't mobydock use unicode?That Asian users may be very happy.
Excuse my English,I request this for about three times,but it seems nobody noticed it.
Thanks.
Hmm... I see that MobyDock is an ANSI release...
If I am any judge it is a very large issue to scan and replace all "char"s with
"TCHAR"s - but since it is an MFC build, Moby should have used CStrings
all over the place. If you are lucky and he reads this, he takes the hint to
1. place a #define UNICODE in is stdafx.h or preprocessor settings
2. does a full rebuild
and comes up with a mellow new version.
But I guess his ini-file related routines will crash gently in the morning sun.
:mastercool:
PS:
Anyone ever delivered a MFC based switchable left to right or top to bottom
reading order application that behaved flawlessly under multitudes
of localizations? How do you do that?