[ moin-Bugs-970816 ] unicode undifined

"SourceForge.net" <[email protected]>
Newsgroups gmane.comp.web.wiki.moin.devel
Message-ID <[email protected]>
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


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.