On 18 Mar 2013, at 09:06, Lee Badham wrote:
> Hi,
>
> I'm trying to get a correctly encoded unicode name from an ICC v2 profile.
>
> The name as displayed in ColorSync Utility is correct - Japan Color コート紙
>
> (Using the LCMS2MBS plugin)
>
> n= p.ReadTag(LCMS2MBS.kcmsSigProfileDescriptio
Hi,
I'm trying to get a correctly encoded unicode name from an ICC v2 profile.
The name as displayed in ColorSync Utility is correct - Japan Color コート紙
(Using the LCMS2MBS plugin)
n= p.ReadTag(LCMS2MBS.kcmsSigProfileDescriptionTag)
either
se = n.getUnicode("en", n.kNoCountry)
or