On 10/14/07, debussy007 <[EMAIL PROTECTED]> wrote:
>
>
> Like dinok said,
> If I use $dbquery("SET NAMES 'utf8'");
> I have it working.
>
> But does that still means I have garbage in my db ?
>
> Concretely I am storing the countries with their respective ISO code from a
> .csv file in my DB.

Now I don't know. I've never heard of SET NAMES 'utf8'. Must be a
Windows thing. On *nix systems everything runs in the UTF-8 locale [1]
so it all Just Works. But if you have it working, you're good.

Mike

[1] except for the web server which usually runs in the C locale
because it may need to handle many encodings simultaneously.

-- 
Michael B Allen
PHP Active Directory SPNEGO SSO
http://www.ioplex.com/

Reply via email to