"Zhenxin Li" wrote:
> Hello,
>  
> It seems that strings localized to other locales are processed as non
> unicode strings in the freevo python code. This causes the DBCS strings
> failed to display.
>  
> In xml_skin.py, all strings read from xml files are transformed to non
> unicode by string.encode. I think it should be string.decode.

The conversion is done in our function String(). Try to change the
encode to decode in src/util/__init__.py


Dischi

-- 
Your mouse has moved.   Windows NT must be restarted for the
change to take effect.   Reboot now?  [ OK ]


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to