Project

General

Profile

Feature #2328

Feature #551: Lexicon support: Liddell and Scott (Middle)

Descriptors ought to be the word form

Added by Luke Murphey over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
11/19/2018
Due date:
% Done:

100%


Description

I ought to be able to enter βάθρον to find the entry.

Associated revisions

Revision 886 (diff)
Added by lukemurphey over 5 years ago

Fixing error that could happen if the descriptor was in Greek

Reference #2328

Revision 924 (diff)
Added by lukemurphey over 5 years ago

Fixing error that could happen if the descriptor was in Greek

Reference #2328

Revision 887 (diff)
Added by lukemurphey over 5 years ago

Adding support for unicode versse descriptors

Reference #2328

Revision 925 (diff)
Added by lukemurphey over 5 years ago

Adding support for unicode versse descriptors

Reference #2328

Revision 888 (diff)
Added by lukemurphey over 5 years ago

Converting descriptors from beta-code

Reference #2328

Revision 926 (diff)
Added by lukemurphey over 5 years ago

Converting descriptors from beta-code

Reference #2328

History

#1 Updated by Luke Murphey over 5 years ago

2018-11-20 12:05:27,232 [ERROR] django.request: Internal Server Error: /work/lsj/A/ἈΑΓΉΣ
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/usr/src/app/reader/shortcuts/__init__.py", line 396, in return_cached_page_if_ajax
    kwargs_array.append("%s='%s'" % (key,str(kwargs[key])))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)
2018-11-20 12:05:27,232 [ERROR] django.request: Internal Server Error: /work/lsj/A/ἈΑΓΉΣ
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/usr/src/app/reader/shortcuts/__init__.py", line 396, in return_cached_page_if_ajax
    kwargs_array.append("%s='%s'" % (key,str(kwargs[key])))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)
2018-11-20 12:35:08,732 [ERROR] django.request: Internal Server Error: /work/lsj/A/ἈΑΓΉΣ
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/usr/src/app/reader/shortcuts/__init__.py", line 396, in return_cached_page_if_ajax
    kwargs_array.append("%s='%s'" % (key,str(kwargs[key])))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)
2018-11-20 12:35:08,732 [ERROR] django.request: Internal Server Error: /work/lsj/A/ἈΑΓΉΣ
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/usr/src/app/reader/shortcuts/__init__.py", line 396, in return_cached_page_if_ajax
    kwargs_array.append("%s='%s'" % (key,str(kwargs[key])))
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-4: ordinal not in range(128)

#2 Updated by Luke Murphey over 5 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF