diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2010-01-20 02:42:53 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2010-01-20 02:42:53 +0000 |
commit | e2a6a36d77766020c26e0224ee4c3499bd071a9d (patch) | |
tree | 7d16af10cdb138a27eac76f539ff7bd7cff3d24f /src/site/fml/faq.fml | |
parent | b771eb7fa4a7c06a60c580747e0919e4c1e20a52 (diff) | |
download | jackcess-e2a6a36d77766020c26e0224ee4c3499bd071a9d.tar.gz jackcess-e2a6a36d77766020c26e0224ee4c3499bd071a9d.zip |
prep for release
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@431 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site/fml/faq.fml')
-rw-r--r-- | src/site/fml/faq.fml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index ee9b00d..f342349 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -160,6 +160,14 @@ 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 when tables are created with names which contain international @@ -174,7 +182,7 @@ (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 |