Re: Arrays and UTF-8
Re: Arrays and UTF-8
- Subject: Re: Arrays and UTF-8
- From: JF Neto <email@hidden>
- Date: Tue, 6 Jun 2006 20:00:51 -0300
On Jun 6, 2006, at 5:42 PM, Sander Tekelenburg wrote: Any way to retrieve values in array fashion? Depending on what you mean, that might be dependant upon the app you're gettng the data from. That said, some apps allow this sort of construct: set {value1, value2, value3} to {property1, property2, property3} of <reference>
Thanks Sander, What I need is to get data from a tabulated text file or spreadsheet.
How to write UTF-8 text files ?
write aString to <file reference> as «class utf8» Make sure you have a reason to write as utf-8. If your only reason is "Unicode", than there's no need to specify the class, as the default is utf-16.
Yes, it must be XML UTF-8. The result is a Final Cut Pro Document: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE xmeml> <xmeml version="2"> ...
For now, I'm creating a text file and saving UTF-8 with Text Edit manually.
I was wondering if is there some documentation or guidance out there about those issues so I could do my homework instead of keep questioning you guys. I'm really a novice in programming. Any reccomendations?
Thanks again! JFNeto
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden