목적

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

참여방법

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

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

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

}}}

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

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. 1321 try:
    2. 1322 # nothing we can do about further failures!
    3. 1323 self.fail(err)
    4. 1324 except:
    5. 1325 pass
    • self = <MoinMoin.request.request_cgi.Request object>
    • self.fail = <bound method Request.fail of <MoinMoin.request.request_cgi.Request object>>
    • err = <exceptions.UnicodeEncodeError instance>
  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. 1286 except Exception, e:
    2. 1287 if not is_cache_exception(e):
    3. 1288 raise
    4. 1289 try:
    5. 1290 code = self.makeCache(request, parser)
  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 0x2b2b8fbef880, file "한글고스트대화사전제작프로젝트", line 2>)

    1. 1318 raise Exception("CacheNeedsUpdate")
    2. 1319 finally:
    3. 1320 request.clock.stop("Page.execute")
    4. 1321
    5. 1322 def loadCache(self, request):
    • request = <MoinMoin.request.request_cgi.Request object>
    • request.clock = <MoinMoin.util.clock.Clock instance>
    • request.clock.stop = <bound method Clock.stop of <MoinMoin.util.clock.Clock instance>>
  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. 322 self.span(0))
    2. 323 else:
    3. 324 return self.text(errmsg)
    4. 325 def _get_bang_args(self, line):
    5. 326 if line.startswith('#!'):
    • self = <MoinMoin.formatter.text_html.Formatter instance>
    • self.text = <bound method Formatter.text of <MoinMoin.formatter.text_html.Formatter instance>>
    • errmsg undefined
  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. 125 execute = self.__class__._m_lang
    2. 126 else:
    3. 127 raise ImportError("Cannot load macro %s" % macro_name)
    4. 128 return execute(self, args)
    5. 129
    • builtin ImportError = <class exceptions.ImportError>
    • 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: Wed, 10 Mar 2010 17:19:54 +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.3.4 (/usr/bin/python)
  • MoinMoin: Release 1.7.3 (release)