When typing in hebrew, you should ALWAYS use hebrew encoding.
I suggest windows-1255.

Oleg.


On Thu, 29 Jan 2004 14:40:40 +0200, Aaron <[EMAIL PROTECTED]> said:
>Hi all,
>I am creating a mysql database which needs to have fields in hebrew and 
>other in english. This means that the text will be in hebrew.
>when I type hebrew in a field I get an error and I see this:
>
>*Error*
>
>SQL-query : 
>
>ALTER TABLE `city` ADD `name_heb` ENUM( , 
>'&#1505;&#1500;&#1488;&#1493;&#1493;&#1497;&#1496;&#1488;', 
>'&#1504;&#1497;&#1511;&#1488;&#1500;&#1488;&#1497;&#1506;&#1493;&#1493;', 
>'&#1508;&#1488;&#1492;&#1488;&#1512;' ) BINARY DEFAULT 
>'&#1504;&#1497;&#1511;&#1488;&#1500;&#1488;&#1497;&#1506;&#1493;&#1493;' 
>NOT NULL AFTER `name`
>
>Where do i tell Mysql to use hebrew?  And what encoding should I use?
>
>Is there a way to do this throught php-mysql?
>Thanks
>aaron
>
>
>
>
>=================================================================
>To unsubscribe, send mail to [EMAIL PROTECTED] with
>the word "unsubscribe" in the message body, e.g., run the command
>echo unsubscribe | mail [EMAIL PROTECTED]
>
>
>

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to