Re: Automator bug in "run shell script" ?
Re: Automator bug in "run shell script" ?
- Subject: Re: Automator bug in "run shell script" ?
- From: Jean-Christophe Helary <email@hidden>
- Date: Thu, 16 Jun 2011 09:45:10 +0900
On 16 juin 2011, at 04:02, Ron Hunsinger wrote:
> This should make your work easier, not harder. It's still not trivial, of course. If you want to deal directly with codepoints rather than characters, you'll have to quote them. Use the $'...' syntax, which enables the \ooo and \xXX octal and hex escapes, so you can spell out the UTF8 sequence byte-for-byte. For example:
>
> echo Gesprächen ist Gespr$'\xC3\xA4'chen.
> echo Hiragana 'ga' is $'\xE3\x81\x8C'.
OK. It works.
Now I need to find a way to convert my strings to that syntax, and I think iconv can help me.
Thank you _very_ much.
Jean-Christophe Helary
----------------------------------------
fun: http://mac4translators.blogspot.com
work: http://www.doublet.jp (ja/en > fr)
tweets: http://twitter.com/brandelune
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Automator-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden