Issue1140
Created on 2008-10-01.08:09:17 by oleastre, last changed 2008-10-14.17:40:10 by zyasoft.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
unicodedata.diff
|
oleastre,
2008-10-01.08:09:16
|
Use module loader when available to load data file. |
|
|
| 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
|
|
| Date |
User |
Action |
Args |
| 2008-10-14 17:40:10 | zyasoft | set | assignee: zyasoft messages:
+ msg3684 nosy:
+ zyasoft |
| 2008-10-01 08:09:17 | oleastre | create | |
|