"intl" WM_SETTINGSCHANGE
Fri, 4 Apr 2008 22:29:26 -0700 (PDT)
Hi,
I am handling WM_SETTINGSCHANGE message to find out whether user has
changed date/time format. As you can tell from the subject line, I
know I have to look for "intl" for it. I wanted to know whether there
is a way to find out that string without making it hard-coded. Will
SystemParametersInfo help? There ...
|
Should I url-encode the whole url or part of it?
Fri, 4 Apr 2008 02:29:30 -0700 (PDT)
I need to access some
http://192.168.1.1/page.asp?field1=NONASCII?field2=NONASCII2
After some reading, I found out that I somehow convert the url string
to utf-8, then url-encode it.
As far as I know, url-encoding is to convert non [0-9a-zA-Z] to %HH's.
However my web browser doesn't url-encode the some non ...
|
French characer upload
Thu, 3 Apr 2008 23:13:40 +0100
I upload a text file with the following French character 'ç' and the server
receives the following: 'ç' instead
Any explanation?
Thank you,
Samuel
...
|
API to get the broswer locale
Tue, 1 Apr 2008 17:31:26 -0700 (PDT)
Hi,
Is there a API to get the broswer default locale? Thanks. ...
|
change window display to another language
Sat, 29 Mar 2008 11:14:08 -0700 (PDT)
Hi,
I have a window displayed in english and use change the local to
french and the window needed to be displayed in french. I know I will
need to load the resouce dll for the french, but after that what
should I do in order to refresh the current window? Should I kill the
current window and display another o ...
|
edit and tree control not displaying windows-1251
Mon, 24 Mar 2008 15:01:02 -0700
Hi,
I am adding russian to an MFC application that is MBCS. (Note: converting
this application to Unicode is out of scope at this time). So, the
application supports english, french, german, italian, portuguese, spanish,
and russian. Strings are provided in separate rc2 string tables. The
latin-1 b ...
|
about IPA-Help
Sun, 23 Mar 2008 22:10:27 -0700 (PDT)
Hello! I'v installed IPA-Help which was downloaded from SIL-IPA. But
there is a trouble in screen. The table of Consonants and Vowels have
a strange letters instead of proper phonetic characters. Here is a
screen shot, but I don't know how to attch it. ...
|
|
|
Toolbar Problem
Fri, 21 Mar 2008 12:45:40 +0400
Hello,
I have Toolbar Problem.
I create Toolbar when I open a child window it deletes toolbar like in the
picture.
What should I do?
Thanks!
...
|
how to get UTC at aany given point in time
Thu, 20 Mar 2008 08:35:02 -0700
hello everyone,
i want to get the UTC at a given instant, independent of what I can get from
the operating system. not sure if there is a way to do that.
the reason for getting it independent of the OS is that i know the app can
be used in any time zone, and also the computer time may be set incorrectly.
...
|
Unicode Convert
Wed, 19 Mar 2008 13:55:32 +0400
Hello,
How can I convert Edit Box Charset into Unicode?
Thanks! ...
|