Talk About Network

Google




Programming > Applescript > save window uni...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 4 Topic 1542 of 1697
Post > Topic >>

save window unicode text

by =?UTF-8?B?QXJuZSBNw7xsbGVy?= <arnmue@[EMAIL PROTECTED] > Dec 1, 2007 at 10:03 PM

Hello All,

in order to save e-mails with subjects containing German Umlauts
I've created the following script:

<pre type="snippet">
tell application "Mail"
…
set msgsubject to (subject of item i of sels)
set msgfilename to msgdate & " -- " & msgsubject
…
tell application "System Events" to tell process "Mail"
keystroke "s" using {command down, ****ft down}
tell window 1
try
select text field 1 of sheet 1
end try
keystroke msgfilename
…
</pre>

The command "keystroke msgfilename" inserts the subject
appropriately, but unfortunately not in unicode, rather a "ö"
appears as "ˆ". What can I apply to the script to get that working
correctly?

Thanks for your help,

Arne
 




 4 Posts in Topic:
save window unicode text
=?UTF-8?B?QXJuZSBNw7xsbGV  2007-12-01 22:03:47 
Re: save window unicode text
Sander Tekelenburg <us  2007-12-02 14:22:31 
Re: save window unicode text
=?UTF-8?B?QXJuZSBNw7xsbGV  2007-12-03 10:17:30 
Re: save window unicode text
=?UTF-8?B?QXJuZSBNw7xsbGV  2007-12-06 00:08:53 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
localhost-V2008-12-19 Tue Jan 6 2:38:37 PST 2009.