On Sunday 09 September 2007 17:15:28 Bo Peng wrote:
> One of the problems is the title "Índice general LyX documentation"
> can not be encoded at line 279 of LyX.py.

  This should be a unicode string. I changed all strings in that position to 
be unicode even although only the Spanish (for the moment) needs that 
distinction.

  In python a unicode string is a string that starts with an u. :-)

Example:
  u"Olá"

  In python 3.0+ this distinction will disappear in the sense that all strings 
will be unicode. :-)

  I will commit the fix to trunk.

> Bo

-- 
José Abílio

Reply via email to