Re: UTF8 data import problem
> insert into test values('OlomouckÃ?');
> Incorrect string value '\xC3\x0D' for column 's'
Is this real data? Maybe the word actually does end in 'Ã?', but it's more likely that the actual ending has been lost in a previous conversion.
> Note that '\xC3' is the UTF8 code for the A with a
> tilde accent ~.
It's the Unicode (and the latin1) for à alright, but characters between 0x80 and 0xff are converted into two bytes in utf8. It looks like what's in the file might be latin1.
Subject
Views
Written By
Posted
12430
August 16, 2007 07:11AM
Re: UTF8 data import problem
5129
August 16, 2007 11:03AM
7964
August 26, 2007 08:58PM
4960
August 27, 2007 12:41AM
5781
August 27, 2007 12:26PM
4613
September 03, 2007 02:11AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.