load data Arabic and Unicode
Please provide syntax example for a LOAD DATA INFILE of data in Arabic
Insert into t_digital_object (Data, PID, VID) Values ( convert( 'Þ ÓÑ ÇáÖãÇÑÉ
Ìã@ÑåÜ Ê åì É æÇßÈÊ ÞÕÉ ÇáÖÇÑÉ Ýí ÈáÇÏäÇ ÇáÈË@Ñ Ýí äãæ ãÏÇÑßå æ (ÓÊíØÇäå æÊæÕáÉ Çáì
ÇÓÈÇÈ ÇáÇÎÐ ÈÇáÊãÏä ' using utf8),convert(2 using utf8) , convert(105 using utf8) );
I have tried the syntax above without any success, that is, data cannot be searched successfully.
results for show variables like '%character%'; are as follows:
| character_set_client | utf8
| character_set_connection | utf8
| character_set_database | utf8
| character_set_filesystem | binary
| character_set_results | utf8
| character_set_server | latin1
| character_set_system | utf8
| character_sets_dir | /usr/local/mysql/share/mysql/charsets/
Many thanks.
Subject
Views
Written By
Posted
load data Arabic and Unicode
2848
July 24, 2006 07:22AM
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.