Re: Problem with Unicode - Aperture - Applescript
Re: Problem with Unicode - Aperture - Applescript
- Subject: Re: Problem with Unicode - Aperture - Applescript
- From: "Mark J. Reed" <email@hidden>
- Date: Sat, 2 Jan 2010 13:27:29 -0500
Those are both valid representations of that glyph. One is a two-char
sequence: lowercase a followed by the combining ring above, while the
other is the precombined form in a single character. Any Unicode
compliant app should treat them as identical.
On Saturday, January 2, 2010, Jan Erik Moström <email@hidden> wrote:
> I have a problem with reading non-ascii chars from photos using Applescript. For example if I enter a tag like "umeå" in Aperture and then use an Applescript to read this info and send it to BBEdit the 'å' shows up as (hex): 61 cc 8a but if type an 'å' and look at that it shows up as: c3 a5
>
> I read the keywords like this:
>
> set piKeywords of photoInfo to value of IPTC tag "Keywords"
>
> Does anyone know how to fix this?
>
> - jem
> --
> Jan Erik Moström
> http://mostrom.eu
>
> _______________________________________________
> 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
>
--
Mark J. Reed <email@hidden>
_______________________________________________
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