AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Czech capital accented characters are Sends as lower

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
JiH
Guest





PostPosted: Tue Feb 02, 2010 1:15 pm    Post subject: Czech capital accented characters are Sends as lower Reply with quote

Hello,
i have big problem. All capital accented czech characters are sends as lower. ie. output for "temp := "ĚŠČŘŽÝÁÍÉ" is "ěščřžýáíé". I have big problem with fill of clients form, where are capital characters as first character - ie. "Šárka Červená" is send as "šárka červená", "ČERNÝ ÚHOŘ COMPANY" is send as "čERNý úHOř COMPANY".
Thanks for any solving idea Smile
J.
Example:
Back to top
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Tue Feb 02, 2010 1:18 pm    Post subject: Reply with quote

1) Try the various send methods to see if that helps (play, input, raw etc)
2) simply paste the text rather then send the string char by char
Code:

clipboard=Šárka Červená
send ^v ; paste
look at clipboard doc page to retain current clipboard content and also look into clipwait
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
JiH
Guest





PostPosted: Tue Feb 02, 2010 1:44 pm    Post subject: Reply with quote

1) - i try all methods of send .. it is not working
2) send using clipboard is working
I have now

InputBox, Name, Name, Name Surname Title
...
clipboard = %Name%
Send ^v

instead of simple Send.

Thanks for tip Smile
J.
Back to top
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Tue Feb 02, 2010 1:46 pm    Post subject: Reply with quote

If you want to experiment further with send, sometimes trying a few different times for setkeydelay might help as well. But good to hear the paste options works for you.
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
ScottMattes



Joined: 21 May 2007
Posts: 173
Location: USA

PostPosted: Tue Feb 02, 2010 3:58 pm    Post subject: Reply with quote

I am having the same problem with German Umlauts, but I can't use the clipboard because it seems that Word 2007 get in the way with its clipboard monitoring.

hugov wrote:
If you want to experiment further with send, sometimes trying a few different times for setkeydelay might help as well. But good to hear the paste options works for you.


Is there any explanation of why setkeydelay would change this upper to lower behaviour?
_________________
-------------
Scott Mattes

My small, and slowly growing, collection of scripts.
Back to top
View user's profile Send private message Visit poster's website
SoLong&Thx4AllTheFish



Joined: 27 May 2007
Posts: 4999

PostPosted: Tue Feb 02, 2010 4:06 pm    Post subject: Reply with quote

Have you experimented with clipwait and/or sleep for the clipboard problem or send {raw} or {blind}
_________________
AHK Wiki FAQ
TF : Text files & strings lib, TF Forum
Back to top
View user's profile Send private message
ScottMattes



Joined: 21 May 2007
Posts: 173
Location: USA

PostPosted: Tue Feb 02, 2010 4:41 pm    Post subject: Reply with quote

I have tried various clipwait times with no success.

I haven't tried blind, but after reading it I am uncertain that it would help (so, I should at least try it).
_________________
-------------
Scott Mattes

My small, and slowly growing, collection of scripts.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group