It is not possible to change the default system locale on Win9x (that is the setting that changes the default system code page). The numbers returned by GetACP() indicate the code page that the system is enabled for.
MichKa Michael Kaplan Trigeminal Software, Inc. -- http://www.trigeminal.com/ ----- Original Message ----- From: "Frank Wang" <[EMAIL PROTECTED]> To: "Michael (michka) Kaplan" <[EMAIL PROTECTED]>; "Unicode List" <[EMAIL PROTECTED]> Sent: Saturday, June 22, 2002 11:58 PM Subject: Re: Chinese Windows > Hi Michael, > > Thanks for quick response, Is there a possibility for an English Windows > 98 setting its locale to those code pages? this looks possible with Windows > 2000 and XP, not sure if this applicable to English Widnows 9x. what do you > think? > > Frank > > ----- Original Message ----- > From: "Michael (michka) Kaplan" <[EMAIL PROTECTED]> > To: "Frank Wang" <[EMAIL PROTECTED]>; "Unicode List" > <[EMAIL PROTECTED]> > Sent: Sunday, June 23, 2002 2:30 PM > Subject: Re: Chinese Windows > > > > Well, GetACP() will return the default system code page -- 936, 950, or > 932, > > respectively. > > > > > > MichKa > > > > Michael Kaplan > > Trigeminal Software, Inc. -- http://www.trigeminal.com/ > > > > ----- Original Message ----- > > From: "Frank Wang" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Saturday, June 22, 2002 11:10 PM > > Subject: Chinese Windows > > > > > > > Hi, > > > > > > Is there a way to determine the type of Windows in a program is one > of > > > following: > > > > > > 1) Windows 95/98/ME Chinese GB version > > > 2) Windows 95/98/ME Chinese Big5 version > > > 3) WIndows 95/98/ME Japanese version > > > > > > Thanks. > > > > > > Frank > > > > > > > > > > > > > > > > >

