Converting UTF16 characters to their UTF8 representation
Thu, 03 Jul 2008 11:13:00 -0400
I need to encrypt an array of UTF16 characters and eventually decrypt
back to the UTF16 array. To do this I need to convert the UTF16 array to
an array of UTF8 characters, but in such a way that each UTF16 character
becomes equivalent to the two characters which comprises the UTF16
character. When I decrypt ...
|
API to show hide the language bar
Fri, 27 Jun 2008 11:40:14 +0100
Hello all,
Is there an API to show the language bar (either docked in the task bar, or
undocked), specifically the icon to change the keyboard layout, not so much
the language?
The reason is that our application setup installs some additional keyboard
layouts and it would be nice if the user could switch ...
|
how to use ScriptBreak?
Mon, 23 Jun 2008 04:31:00 -0700
I am using ScriptBreak to decide whether a string ( contains Hindi text ) is
a conjuct. I am using the term "Conjuct" to describe a single glyph, meaning
that if I will type it, the caret position we increase to the end of the
string, if I will press the left arrow button the caret will move to the
previous ...
|
problem in controling a custom layout from c++
Mon, 16 Jun 2008 02:40:00 -0700
Hi,
I created a new layout using "Keyboard Layout Creator 1.4" on XP and
installed it.
Why do the methods : SetThreadLocale, LoadKeyboardLayout,
ActivateKeyboardLayout returns error when supplying the HKL returned by
GetKeyboardLayout?
Thanks,
Udi Raz ...
|
Date format - manipulating according to locale
Mon, 9 Jun 2008 21:45:33 -0700 (PDT)
Hi,
I want to add a short day to the current user locale format so that
Date Time control displays the date with short day if user hasn't
included it in his format. I can just add "ddd," at the start of date
format and Date time control picks it up nicely. But, in many
languages, having date as "Tue, 6/10/200 ...
|
How to find only one invalid char in src buffer with MultiByteToWi
Fri, 6 Jun 2008 09:51:01 -0700
Hi all,
I am filling char buffer with 0-127 range characters along with é
character, then MultiByteToWideChar API failed. If I include two times é
character, it is getting success. Please find the below code snippet. Please
correct If I am wrong. My system settings are United States, English. VC++
...
|
Where is Michael Kaplan?
Wed, 28 May 2008 05:46:02 -0700
I have noticed that Michael Kaplan does not answer questions since May 11th.
Mihai, please make sure that he is in good health and nothing happened to him.
Worry,
Udi Raz ...
|
|
|
How to encode a string with UTF-8
Tue, 27 May 2008 22:11:01 -0700
Hi,
I have "AëBëC DöEöF" data in void buffer. How to encode this with UTF-8 but
not with default encode?
Thanks in advance.
--
Thanks & Regards,
Bill. ...
|
char buffer to unicode buffer
Tue, 27 May 2008 06:59:03 -0700
Hi all,
I need to convert ansii buffer to unicode buffer by using
multibytetowidechar.
Envinronment: vc++ 6.0.
In the result buffer, there is no unicode character after encoded with
CP_UTF8. How to resolve this issue?
Please find the below code snippet..
int _tmain(int argc, _TCHAR* argv[] ...
|
Where can I found the Hindi Remington unicode table?
Mon, 26 May 2008 06:32:00 -0700
I am using Indic IME to type in Hindi Remington layout. I would like to know
the unicode behind those letters. For example : if I press shift+q a hindi
letter is typed. I would like to know the unicode of this letter.
Thanks
Udi Raz ...
|