Re: Encoding
Re: Encoding
- Subject: Re: Encoding
- From: "emile.a.schwarz" <email@hidden>
- Date: Mon, 01 Sep 2014 11:34:24 +0200 (CEST)
The following works fine provided the text file have:
Et une série de voyelles accentuées, une !
ãñõ
áéíóú
àèìòù
âêîôû
äëïöü
ÿŸ
tell application "Finder"
set theFile to target of front window as text
set theFile to theFile & "Text with diacriticals.txt"
read file theFile as «class utf8»
return the result
end tell
Emile
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden