On May 09, Jon Sabo <[EMAIL PROTECTED]> wrote:

> As I'm not at the machine now I'm not sure what version of mysql I'm 
> running. I don't imagine that's the problem, but I'm not entirely 
> certain how to fix it (my knowledge of unicode is quite poor).

Heee... you're not alone... ;-)
Unicode is for sure a necessary evil, but _really_ is an evil, indeed. ;-)

In the cvs (within a few minutes/hours) there will be a "blind fix";
I cannot reproduce your problem here, but I suspect that I've
pinpointed the bug.

If it doesn't work, try to change lines 576-577 to this:

try:
    stitle = build_title(tget('episode of'), canonical=1,
                         _emptyString='')
except:
    print 'Gosh Batman, a bat-exception!'
    offending = tget('episode of')
    print offending, type(offending)
    raise


And report the output.


Thanks for the bug report: I'll add your name to the credits!
-- 
Davide Alberani <[EMAIL PROTECTED]> [PGP KeyID: 0x465BFD47]
http://erlug.linux.it/~da/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Imdbpy-devel mailing list
Imdbpy-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-devel

Reply via email to