You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* unicode block ranges used to optimize language detection by pre-selecting which known language trigram profiles in the database to attempt comparison with
28
-
* Added several utf8/unicode utility functions
29
-
* new Parser class for building data profiles from text samples
30
-
* Fix: mb_convert_encoding() now used correctly
31
-
* Fix: basic case-folding for Cyrillic alphabet implemented
26
+
* Fix: Now uses conventionalized include path
27
+
* Fix: Won't cause error if input is purely symbol-range characters
28
+
* Better error reporting if error in unicode db loading
32
29
</notes>
33
30
34
31
<filelist>
@@ -58,6 +55,17 @@
58
55
</release>
59
56
60
57
<changelog>
58
+
<release>
59
+
<version>0.2.1</version>
60
+
<date>2006-12-03</date>
61
+
<license>BSD</license>
62
+
<state>alpha</state>
63
+
<notes>
64
+
* Fix: Now uses conventionalized include path
65
+
* Fix: Won't cause error if input is purely symbol-range characters
66
+
* Better error reporting if error in unicode db loading
0 commit comments