Non standard character encodings

I receive CSV files the following formathttp://dl.dropbox.com/u/12337149/utf.csvIt is encoded in UTF-16 and appears as gibberish when doing a standardimport in q. Is there any mechanism to specify character encoding whenreading files?

To: personal-kdbplus@googlegroups.com
X-Mailer: Apple Mail (2.1251.1)

convert to utf8 first so you can parse and split by the separator.
when you need to process it later in the database take care of the =
extended chars.