Re: Encoding
Re: Encoding
- Subject: Re: Encoding
- From: Axel Luttgens <email@hidden>
- Date: Sun, 31 Aug 2014 11:54:21 +0200
Le 31 août 2014 à 11:14, "koenig.yvan" a écrit :
> [...]
>
> 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
Hello Yvan,
Are you sure your file isn't iso-8859-1 encoded?
With such an encoding, one has:
0xE3: Ã
0xC3: ã
I ask, because 0xE3 alone or 0xC3E3 aren't valid UTF_8 sequences.
In UTF-8, ã would be encoded as 0xC3A3 and à as 0xC383.
HTH,
Axel
_______________________________________________
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>) |
| >Re: Encoding (From: "koenig.yvan" <email@hidden>) |