]> source.dussan.org Git - jackcess.git/commitdiff
prep for release
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 20 Jan 2010 02:42:53 +0000 (02:42 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 20 Jan 2010 02:42:53 +0000 (02:42 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@431 f203690c-595d-4dc9-a70b-905162fa7fd2

TODO.txt
src/changes/changes.xml
src/site/fml/faq.fml

index 74c772e6d8b87c5e259c64a2e24138965cc8d409..e8a310aacef67903ebbace3f5f6058eb4054b5e3 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,10 +1,7 @@
 Missing pieces:
 
-- handle more text index entry types (extended charsets, alternate encodings)
-  * MEDIUM
 - implement index creation
-  * VERY HARD (still missing knowledge about all the magic bits in index meta
-    data)
+  * HARD (still missing knowledge about all the magic bits in index meta data)
 - implement table, column, index renaming
   * EASY
 - implement table, column, index deletion
index 326685feb23824a1849a54ef2f23f439a567b62d..d2cb8732b65d7b371820be0710cbd4751d0cd3bd 100644 (file)
@@ -4,7 +4,7 @@
     <author email="javajedi@users.sf.net">Tim McCune</author>
   </properties>
   <body>
-    <release version="1.1.21" date="TBD">
+    <release version="1.1.21" date="2010-01-19">
       <action dev="jahlborn" type="fix" issue="2899605">
         Further improvements to date handling.
       </action>
index ee9b00df594fdc9a0f61a226c06dda00a333f7bc..f3423496af8c1158853f9992cce5d49ec4ec70cb 100644 (file)
       <question>Why am I getting an IOException with the message "unmapped
                 string index value"?</question>
       <answer>
+        <p>
+          Update: As of the 1.1.21 release, the <u>text index handling
+          supports the entire Basic Multilingual Plane 0</u> (i.e. any unicode
+          character 0x0000-0xFFFF).  Consequently table names can (as of this
+          release) contain any character in this character set.  Therefore,
+          the rest of this answer should no longer be an issue, but keeping it
+          here for reference.
+        </p>
         <p>
           Jackcess cannot currently update a text column index with values
           which contain non-ascii characters.  This situation often arises
           (as of this release) contain any character in this character set.
         </p>
         <p>
-          Some suggestions:
+          Some suggestions (for older releases):
         </p>
         <ul>
           <li>Use only ascii (or ISO-8859-1 as of 1.1.13) characters in table