Abdulaziz Ghuloum
|
2b50672aa2
|
* Fixed yet another bug in extracting category info from
UnicodeData.txt
|
2007-09-13 15:49:02 -04:00 |
Abdulaziz Ghuloum
|
4ff03fcd77
|
* cleanup of extract-info.ss
|
2007-09-13 07:09:31 -04:00 |
Abdulaziz Ghuloum
|
a85669fc4d
|
* Fixed the char-numeric? Numeric property.
|
2007-09-13 07:04:13 -04:00 |
Abdulaziz Ghuloum
|
62ee718fb8
|
* rewrote char categories stuff
* constituents vector is gone
removed:
src/unicode/extract-categories.ss
src/unicode/unicode-constituents.ss
added:
src/unicode/extract-info.ss
src/unicode/unicode-charinfo.ss
modified:
src/ikarus.boot
src/ikarus.unicode-data.ss
src/unicode/unicode-data.ss
|
2007-09-13 06:11:26 -04:00 |
Abdulaziz Ghuloum
|
b5d3ceebe4
|
* Added char-general-category and a category lookup table.
|
2007-09-03 04:42:46 -04:00 |
Abdulaziz Ghuloum
|
aa9f5e3ad1
|
* reader now accepts string escape sequences like "\xDF;".
|
2007-09-02 22:37:24 -04:00 |
Abdulaziz Ghuloum
|
ab6162d2a7
|
* Added string-foldcase and string-ci=? (inefficiently)
|
2007-06-18 02:49:40 +03:00 |
Abdulaziz Ghuloum
|
df9ef4849d
|
* Added char-downcase, char-upcase, char-titlecase, and char-foldcase
|
2007-06-17 17:20:19 +03:00 |
Abdulaziz Ghuloum
|
e28c1a6de7
|
* Added unicode-char-cases file to the unicode directory that
contains char-downcase, char-upcase, char-titlecase, and
char-foldcase tables.
|
2007-06-17 15:04:01 +03:00 |
Abdulaziz Ghuloum
|
a1879ccc57
|
* Added a unicode directory containing files from unicode.org
as well as extractors for the data.
|
2007-05-19 22:09:30 -04:00 |