Re: Encoding
Re: Encoding
- Subject: Re: Encoding
- From: "koenig.yvan" <email@hidden>
- Date: Sun, 31 Aug 2014 11:14:14 +0200
Le 31/08/2014 à 04:09, Shane Stanley < email@hidden> a écrit : On 31 Aug 2014, at 7:25 am, koenig.yvan < email@hidden> wrote: I tried with : read file theFile as data but this time I got 63 65 69 63 C3 A3 6F 20 when the true Hex contents is : 63 65 69 63 C3 E3 6F 20
How do you know it's E3? I mean, if reading the file as data says it's A3, it either *is* A3, or the read command is broken. And I'd be a bit surprised by the latter.
To be complete, when I read the file with an hexadecimal editor,
the first occurrence is displayed as :
63 65 69 63 E3 6F 20 which, according to character ID values means ceicão
the second is displayed as :
63 65 69 63 C3 E3 6F 20 which, according to UTF-8 values means also ceicão
Yvan KOENIG (VALLAURIS, France) dimanche 31 août 2014 11:14:07
|
_______________________________________________
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
References: | |
| >Encoding (From: "koenig.yvan" <email@hidden>) |
| >Re: Encoding (From: Shane Stanley <email@hidden>) |