Send> Lack of Unicode Support
Moderators: JRL, Dorian (MJT support)
Send> Lack of Unicode Support
With the current version 14.0.6, after years, regrettably, Send> remains unable to support unicode UTF-8, UTF-16 little endian, Windows 950,....etc.
For example, the following command fails:
Send>²Ó©úÅé
Please help. Thanks in advance.
For example, the following command fails:
Send>²Ó©úÅé
Please help. Thanks in advance.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Hi,
Send is unicode compatible. Except where stated all of Macro Scheduler's functions are unicode compatible. It has been since version 11.
I have no problems:

Of course this depends on the target app being able to accept the unicode characters.
Send is unicode compatible. Except where stated all of Macro Scheduler's functions are unicode compatible. It has been since version 11.
I have no problems:

Of course this depends on the target app being able to accept the unicode characters.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Thanks for your working demo.Marcus Tettmar wrote:Hi,
Send is unicode compatible. Except where stated all of Macro Scheduler's functions are unicode compatible. It has been since version 11.
I have no problems:
Of course this depends on the target app being able to accept the unicode characters.
Nonetheless, I replicate your code but fail.
It just can produce the Chinese characters in Notepad like you did.
It fails even though I deliberately set Chinese as the Default Input Language in Text Service and Input Languages Window.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Which version of Windows are you using?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
The following is my code cloned from yours:
But it produces j? instead of 檢舉.
Code: Select all
Setfocus>Untitled - Notepad
Send>檢舉
GetText Bugs
This morning (4/1/2013 Mon 07:00 AM HKT) this forum disallows creating new threads.
So I append a new one here.
Lately I encounter another bug tormenting me for the last 6 months.
GetText has never worked for me.
The following code will generate a null result:
GetTextInit
GetWindowTextEx>Text Capture Component - GetWord - Mozilla Firefox,result
mdl>result
Yes, I notice GetWord_x64.exe (4,928K from http://www.TextCapture.com) is loaded successfully into memory.
In fact, with Text Capture Wizard, it doesn't show any found text for all kinds of windows.
Please help. Thanks.
So I append a new one here.
Lately I encounter another bug tormenting me for the last 6 months.
GetText has never worked for me.
The following code will generate a null result:
GetTextInit
GetWindowTextEx>Text Capture Component - GetWord - Mozilla Firefox,result
mdl>result
Yes, I notice GetWord_x64.exe (4,928K from http://www.TextCapture.com) is loaded successfully into memory.
In fact, with Text Capture Wizard, it doesn't show any found text for all kinds of windows.
Please help. Thanks.
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
The text capture functions won't work with all windows. Not sure it copes with Firefox. It is a case of suck it and see. Point the wizard at various windows. Not all will return text (because not all use the Windows textOut functions to render text).
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
- Dorian (MJT support)
- Automation Wizard
- Posts: 1417
- Joined: Sun Nov 03, 2002 3:19 am
[quote="armsys"]The following is my code cloned from yours:
Code: Select all
Setfocus>Untitled - Notepad
Send>žûÂ
- Dorian (MJT support)
- Automation Wizard
- Posts: 1417
- Joined: Sun Nov 03, 2002 3:19 am