Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Applescript > Re: 10.5 change...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 4 Topic 1548 of 1647
Post > Topic >>

Re: 10.5 change to unicode text causes AppleWorks problems

by John Rethorst <nobody@[EMAIL PROTECTED] > Dec 18, 2007 at 07:07 PM

In article <fk9b5m$log$1$8300dec7@[EMAIL PROTECTED]
>,
 Simon Slavin <slavins.delete.these.four.words@[EMAIL PROTECTED]
> wrote:

> .  My theory is this: the text "PNG [QT]", which used to be 8-bit text,
is 
> now unicode text. 

I forgot where I got this, but it coerces unicode text on the clipboard to
plain 
text:

try
   set clipText to the clipboard
   set {text:clipText} to (clipText as text)
   set the clipboard to clipText
   beep
on error
   display dialog "I canąt convert current contents of the clipboard to
text." 
buttons ¬
      {"OK"} default button 1 with icon stop
end try

-- 
John Rethorst
jrethorst at post dot com
 




 4 Posts in Topic:
10.5 change to unicode text causes AppleWorks problems
Simon Slavin <slavins.  2007-12-18 17:42:04 
Re: 10.5 change to unicode text causes AppleWorks problems
has <has.temp3@[EMAIL   2007-12-18 15:03:37 
Re: 10.5 change to unicode text causes AppleWorks problems
Simon Slavin <slavins.  2007-12-19 11:44:35 
Re: 10.5 change to unicode text causes AppleWorks problems
John Rethorst <nobody@  2007-12-18 19:07:00 

Post A Reply:
  Go here to Signup

AddThis Feed Button


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

Contact
tan12V112 Fri Jul 25 12:54:36 CDT 2008.