2007/4/2, Luca Accomazzi <[EMAIL PROTECTED]>:
JPK wrote:
> I think this is a MySQL issue, having to do with the character set of
> the result.
I also suspect MySQL of evilness.
> Try the following: before you do the 'SELECT INTO OUTFILE'
> thing, execute the following query:
>
> SET NAMES utf8;
That's great! Now I also get garbage in the Terminal window. The text
file is still corrupted. 8-7
Still, it's a hint.
L.A.
This is getting off-topic, but....
To make sure that mysql knows that you want to use utf-8, try calling
it like so from the CLI:
$ mysql --default_character_set=utf8
and make sure that the Terminal is talking utf-8 (Window Settings -> Display)
JP
--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to: <[EMAIL PROTECTED]>