source:
OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/gluon/contrib/pyuca/__init__.py
Last change on this file was 42bd667, checked in by , 4 years ago | |
---|---|
|
|
File size: 231 bytes |
Line | |
---|---|
1 | import os |
2 | import pyuca |
3 | |
4 | unicode_collator = None |
5 | |
6 | def set_unicode_collator(file): |
7 | global unicode_collator |
8 | unicode_collator = pyuca.Collator(file) |
9 | |
10 | set_unicode_collator(os.path.join(os.path.dirname(__file__), 'allkeys.txt')) |
Note: See TracBrowser
for help on using the repository browser.