[Moin-devel] [ moin-Bugs-970816 ] unicode undifined

SourceForge.net noreply at sourceforge.net
Thu Jun 10 17:58:00 EDT 2004


Bugs item #970816, was opened at 2004-06-11 09:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=970816&group_id=8482

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: dolmengi (dolmengi)
Assigned to: Nobody/Anonymous (nobody)
Summary: unicode undifined

Initial Comment:
i use 1.2.2 and Korean.


i catched an error  at Page Name "TitleIndex"

method unicode undefined.
------------------------------------------

 228             if wikiutil.isUnicodeName(letter):
 
  229                 try:
 
  230                     letter = 
wikiutil.getUnicodeIndexGroup(unicode(name, 
config.charset))
 
  231                     if letter: letter = letter.encode
(config.charset)
 
  232                 except UnicodeError:
 
letter = '\xb1',  wikiutil.getUnicodeIndexGroup = 
<function getUnicodeIndexGroup>, unicode undefined, 
name = '\xb1\xdb\xc0\xdf\xbe\xb2\xb4\xc2\xb9\xfd', 

LookupError: unknown encoding 
      __doc__ = 'Base class for lookup errors.' 
      __getitem__ = <bound method 
LookupError.__getitem__ of <exceptions.LookupError 
instance at 0x82d124c>> 
      __init__ = <bound method LookupError.__init__ of 
<exceptions.LookupError instance at 0x82d124c>> 
      __module__ = 'exceptions' 
      __str__ = <bound method LookupError.__str__ of 
<exceptions.LookupError instance at 0x82d124c>> 
      args = ('unknown encoding',) 


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108482&aid=970816&group_id=8482




More information about the Moin-devel mailing list