On Tue, 5 Apr 2005 05:30, David Lee Lambert wrote:
> The solution in this case is to use Unicode internally, and then add calls
> to WideCharToMultibyte()...
> This situation is an even worse case to try hacking the undocumented
> Windows internationalization APIs. Remember, for instance, that
>
On Thu, Mar 31, 2005 at 03:18:27PM +1100, Troy Rollo wrote:
> That assumes every process is OK working with the same code page. This is not
> necessarily the case with a server application, which may well be serving
> clients in multiple regions in a multi-national environment. I know one major
On Wed, 30 Mar 2005 14:10, Dmitry Timoshkov wrote:
> "Troy Rollo" <[EMAIL PROTECTED]> wrote:
> > > What app does depend on it?
> >
> > I can't name a specific app that depends on it already (other than
> > Windows login management processes),
>
> I wonder then how did you discover its existence and
"Troy Rollo" <[EMAIL PROTECTED]> wrote:
> > What app does depend on it?
>
> I can't name a specific app that depends on it already (other than Windows
> login management processes),
I wonder then how did you discover its existence and syntax and how did you test
its real behaviour?
> but:
>
>
On Tue, 29 Mar 2005 15:03, Dmitry Timoshkov wrote:
> What app does depend on it?
I can't name a specific app that depends on it already (other than Windows
login management processes), but:
- the call has some fairly obvious uses such that it is not out of the
question for an app to use it;
-
"Troy Rollo" <[EMAIL PROTECTED]> wrote:
> SetCPGlobal is the undocumented partner of GetACP - it is used to set the
> current ANSI code page.
>
> ChangeLog:
> Implement SetCPGlobal (an undocumented Win32 API)
What app does depend on it?
--
Dmitry.
On Tue, 29 Mar 2005 11:37:43 +1100, Troy Rollo <[EMAIL PROTECTED]> wrote:
> SetCPGlobal is the undocumented partner of GetACP - it is used to set the
> current ANSI code page.
>
> ChangeLog:
> Implement SetCPGlobal (an undocumented Win32 API)
A patch would be good :)
--
James Hawkins
On Tue, 29 Mar 2005 11:37:43 +1100, Troy Rollo <[EMAIL PROTECTED]> wrote:
> SetCPGlobal is the undocumented partner of GetACP - it is used to set the
> current ANSI code page.
>
> ChangeLog:
> Implement SetCPGlobal (an undocumented Win32 API)
A patch would be good :)
--
James Hawkins