On 05/07/05, Lior Kesos <[EMAIL PROTECTED]> wrote:
> Pasted from the python-il list.
> -
> Thanks Viktorija (vika?) - that provided half of the solution.
> The full one is -
> unicode(text,'cp1255').encode('utf-8')This one uses the unicode constructor to create the unicode object. I rather like factories over constructors. It's a matter of personal preference :-) -- Arik ================================================================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]
