On 3/15/07, Jeffrey Martin <[EMAIL PROTECTED]> wrote: > My RB app hands off the data off to an AppleScript which then > keystrokes the data into TextEdit. > > If I take the data and let the RB app copy it to the clipboard, it > pastes correctly into TextEdit. The idea is to skip making the user > activate TextEdit and paste it manually, instead letting the > AppleScript keystroke it. This lets the user stay in the RB app and > click on more items to insert if desired. So the data never gets > passed back to an RB control, but to an external application. > > It seems that both RB and TextEdit don't choke on the Chinese > characters generated in the RB app, but when AppleScript gets > involved, the problems start.
Maybe you need to convert it to UTF16 before sending it to AppleScript then. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>