Re: Corce alias with Unicode (Japanese) to string fails
Re: Corce alias with Unicode (Japanese) to string fails
- Subject: Re: Corce alias with Unicode (Japanese) to string fails
- From: SSFactory <email@hidden>
- Date: Fri, 15 Oct 2004 00:34:32 +0900
On 04.10.14 9:19 PM, Christian Vick <email@hidden> wrote:
>> About normalization, we can coerce composed/decomposed characters mutually
>> using "call method" in AppleScript Studio, (...)
> How does it work exactly?
In the "tell" block of AppleScript Studio application,
call method "precomposedStringWithCanonicalMapping" of "..."
("..." is the text which contains decomposed characters)
--> Coerces decomposed characters to composed ones.
call method "decomposedStringWithCanonicalMapping" of "..."
("..." is the text which contains composed characters)
--> Coerces composed characters to decomposed ones.
For more detail, please refer to "NSString" page of Cocoa API reference.
SSFactory
<email@hidden>
<http://homepage.mac.com/ssfactory/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden