> Hi, Andre! > A deeper question: when i do insert of hebrew words from web page (written > in PHP), it is stored like Unicode sequence (oy ...). In that way > to char(2) i can't insert even 1 hebrew char! (because &# takes 2 places :) > )
I think you are not supposed to insert charactes as &#xx, but the actual multibyte characters. Working with the web and wishing to have multiple language simultaneously you should probably stick to UTF-8 encoding. Don't forget to send appropriate headers. Regards, Andre. > P.S. DB created like this: createdb -E UNICODE > Do you have any remedie? > > > > ================================================================= > 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] > > --------------------------------------------- This message was sent using Endymion MailMan. http://www.endymion.com/products/mailman/ ================================================================= 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]