On Friday 08 February 2008 23:26, Kirill wrote: > So, do you think Cheetah must be MBCS or Unicode? Or will we decide > later and use TCHAR (which is conditionally defined as char or as > wchar_t) for now?
I think it doesn't matter. The reason is: Cheetah interacts with the git via the command line and environment. git.exe is MBCS. If Cheetah were Unicode, the Windows runtime (in git.exe) will take care of converting every command line argument and evironment string to MBCS before it is used by git.exe. And since it doesn't matter, I'd recommend to make it Unicode. -- Hannes
