Issue1140

classification
Title: unicodedata from jar file
Type: Severity: normal
Components: Library Versions: 2.5alpha3
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: zyasoft Nosy List: oleastre, zyasoft
Priority: Keywords:

Created on 2008-10-01.08:09:17 by oleastre, last changed 2008-10-14.17:40:10 by zyasoft.

Files
File name Uploaded Description Edit Remove
unicodedata.diff oleastre, 2008-10-01.08:09:16 Use module loader when available to load data file.
Messages
msg3631 (view) Author: Olivier Samyn (oleastre) Date: 2008-10-01.08:09:16
Importing the unicodedata module from jython when used as a standalone
jar file is impossible.

The module code tries to load data files using the standard "open"
command. Module loader should be used to access this data file.
msg3684 (view) Author: Jim Baker (zyasoft) Date: 2008-10-14.17:40:09
unicodedata is being rewritten to being Java, so that should resolve
this issue
History
Date User Action Args
2008-10-14 17:40:10zyasoftsetassignee: zyasoft
messages: + msg3684
nosy: + zyasoft
2008-10-01 08:09:17oleastrecreate