Hello Kino,

Thank you for your comment.

On Jul 11, 2011, at 3:01 AM, Kino wrote:

> On 2011-07-08 [+0900 JST], at 8:19 PM, Nobumi Iyanaga wrote:
> 
>> Select All
>> Copy:Copy Text Only
>> $the_data = Read Clipboard
>> Write to File $the_data, $newfpath
> 
> Alternatively...
> 
> 	$data = Cast to String $doc.text.copy, true
> 	Write to File $data, $newPath
> 	Set Exported Perl Variables 'newPath'
> 	begin Perl
> 		if ( -x "/usr/bin/xattr" ) { # if you are running OS X 10.5 or later
> 			`/usr/bin/xattr -w com.apple.TextEncoding 'UTF-8;134217984' "$newPath"`;
> 		}
> 	end

I didn't know the command "xattr" and "com.apple.TextEncoding 'UTF-8;134217984'" -- so I did some google search on them. I could understand what they mean, but what is the usefulness of setting the file encoding to 'UTF-8'...? Would this help Spotlight to make a better index?

Thank you in advance.

Best regard,

Nobumi Iyanaga
Tokyo,
Japan