목적

이 프로젝트는 앞으로의 한글 고스트 제작자들이 사전을 제작할 때 참고로 할 수 있는 기본적인 단어/대화사전을 만들자는 취지에서 만들어진 프로젝트입니다.

참여방법

기본적으로 자신이 생각나는 단어를 적어주시면 됩니다. 하지만 그냥 단어를 무턱대고 적으면 고스트 제작자들이 활용할 때 문제가 심각해 질 수 있으므로 몇가지 규칙을 두겠습니다.

한글 고스트 단어 참고사전 프로젝트

{{{ (예) <<명사-물건>>

}}}

{{{ (예) --> -->

UnicodeEncodeError

'ascii' codec can't encode characters in position 6-8: ordinal not in range(128)

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /home/hosting_users/sanori/lib/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_cgi.Request object>)

    1. 1306 self.page.send_page()
    2. 1307 else:
    3. 1308 handler(self.page.page_name, self)
    4. 1309
    5. 1310 # every action that didn't use to raise MoinMoinFinish must call this now:
    • handler = <function do_show>
    • self = <MoinMoin.request.request_cgi.Request object>
    • self.page = <MoinMoin.Page.Page object>
    • self.page.page_name = u'\ud55c\uae00\uace0\uc2a4\ud2b8\ub300\ud654\uc0ac\uc804\uc81c\uc791\ud504\ub85c\uc81d\ud2b8'
  2. /home/hosting_users/sanori/lib/MoinMoin/action/__init__.py in do_show (pagename=u'\ud55c\uae00\uace0\uc2a4\ud2b8\ub300\ud654\uc0ac\uc804\uc81c\uc791\ud504\ub85c\uc81d\ud2b8', request=<MoinMoin.request.request_cgi.Request object>, content_only=0, count_hit=1, cacheable=1, print_mode=0)

    1. 251 count_hit=count_hit,
    2. 252 print_mode=print_mode,
    3. 253 content_only=content_only,
    4. 254 )
    5. 255
    • content_only = 0
  3. /home/hosting_users/sanori/lib/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page object>, **keywords={'content_only': 0, 'count_hit': 1, 'print_mode': 0})

    1. 1195 format_args=pi['formatargs'],
    2. 1196 do_cache=do_cache,
    3. 1197 start_line=pi['lines'])
    4. 1198
    5. 1199 # check for pending footnotes
    • start_line undefined
    • pi = {'acl': <MoinMoin.security.AccessControlList instance>, 'format': 'wiki', 'formatargs': '', 'language': 'en', 'lines': 0}
  4. /home/hosting_users/sanori/lib/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, body=u'= \ubaa9\uc801 =\n\uc774 \ud504\ub85c\uc81d\ud2b8\ub294 \uc55e\uc73c\ub85c\uc758 \ud55c\uae00 \uace0\uc2a4\ud2b8 \uc81c\uc791\uc790\ub4e4\uc774 \uc0ac\uc804\uc744 \uc81c\uc791\ud560 \ub54c \ucc38\uace0\ub85c \ud560...\uc774\ub984, \ud2b9\ud788 \uc5ec\uc790\uc774\ub984\ubd80\ubd84. \ud655\uc778\ud558\uace0 \uc801\uc74d\uc2dc\ub2e4; \uba87\uac1c \uc81c\uac00 \uc911\ubcf5\ub418\uc11c \uc9c0\uc6e0\uc5b4\uc694.--\uc138\ub8e8\ub9ac\uc548\n', format='wiki', format_args='', do_cache=1, **kw={'start_line': 0})

    1. 1289 try:
    2. 1290 code = self.makeCache(request, parser)
    3. 1291 self.execute(request, parser, code)
    4. 1292 except Exception, e:
    5. 1293 if not is_cache_exception(e):
    • self = <MoinMoin.Page.Page object>
    • self.execute = <bound method Page.execute of <MoinMoin.Page.Page object>>
    • request = <MoinMoin.request.request_cgi.Request object>
    • parser = <MoinMoin.parser.text_moin_wiki.Parser instance>
    • code = <code object ? at 0x2af084329b90, file "한글고스트대화사전제작프로젝트", line 2>
  5. /home/hosting_users/sanori/lib/MoinMoin/Page.py in execute (self=<MoinMoin.Page.Page object>, request=<MoinMoin.request.request_cgi.Request object>, parser=<MoinMoin.parser.text_moin_wiki.Parser instance>, code=<code object ? at 0x2af084329b90, file "한글고스트대화사전제작프로젝트", line 2>)

    1. 1314 __file__ = os.path.join(MoinMoin.__loader__.archive, 'dummy')
    2. 1315 try:
    3. 1316 exec code
    4. 1317 except "CacheNeedsUpdate": # convert the exception
    5. 1318 raise Exception("CacheNeedsUpdate")
    • code = <code object ? at 0x2af084329b90, file "한글고스트대화사전제작프로젝트", line 2>
  6. /home/hosting_users/sanori/www/wiki/한글고스트대화사전제작프로젝트 in ?

  7. /home/hosting_users/sanori/lib/MoinMoin/formatter/__init__.py in macro (self=<MoinMoin.formatter.text_html.Formatter instance>, macro_obj=<MoinMoin.macro.Macro instance>, name=u'\uba85\uc0ac\uad6c', args=None, markup=u'<<\uba85\uc0ac\uad6c>>')

    1. 312 # call the macro
    2. 313 try:
    3. 314 return macro_obj.execute(name, args)
    4. 315 except ImportError, err:
    5. 316 errmsg = unicode(err)
    • macro_obj = <MoinMoin.macro.Macro instance>
    • macro_obj.execute = <bound method Macro.execute of <MoinMoin.macro.Macro instance>>
    • name = u'\uba85\uc0ac\uad6c'
    • args = None
  8. /home/hosting_users/sanori/lib/MoinMoin/macro/__init__.py in execute (self=<MoinMoin.macro.Macro instance>, macro_name=u'\uba85\uc0ac\uad6c', args=None)

    1. 119 except wikiutil.PluginMissingError:
    2. 120 try:
    3. 121 call = getattr(self, 'macro_%s' % macro_name)
    4. 122 execute = lambda _self, _args: _self._wrap(call, _args)
    5. 123 except AttributeError:
    • call undefined
    • builtin getattr = <built-in function getattr>
    • self = <MoinMoin.macro.Macro instance>
    • macro_name = u'\uba85\uc0ac\uad6c'

UnicodeEncodeError

'ascii' codec can't encode characters in position 6-8: ordinal not in range(128)

  • args = ('ascii', u'macro_\uba85\uc0ac\uad6c', 6, 9, 'ordinal not in range(128)')
  • encoding = 'ascii'
  • end = 9
  • object = u'macro_\uba85\uc0ac\uad6c'
  • reason = 'ordinal not in range(128)'
  • start = 6

System Details

  • Date: Fri, 10 Sep 2010 10:30:20 +0000
  • Platform: Linux uw64-001.cafe24.com 2.6.24.2 #1 SMP Thu Feb 14 18:00:23 KST 2008 x86_64
  • Python: Python 2.4.3 (/usr/local/bin/python)
  • MoinMoin: Release 1.7.3 (release)