summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2008-03-10 03:43:51 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2008-03-10 03:43:51 +0000
commit022d94d13c1263386049b8ddf2eb9fd5b8de43b1 (patch)
treecb8629585da486e5b46c7a0248ef0efadf5ce209 /src
parentb72b6e933630b848966d9e4ca8f4dba3f0a21bdb (diff)
downloadjackcess-022d94d13c1263386049b8ddf2eb9fd5b8de43b1.tar.gz
jackcess-022d94d13c1263386049b8ddf2eb9fd5b8de43b1.zip
update FAQ with info on extended charset support in text indexes
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@258 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src')
-rw-r--r--src/site/fml/faq.fml19
1 files changed, 11 insertions, 8 deletions
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 4ae5384..3297e30 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -170,17 +170,20 @@
support this anytime soon.
</p>
<p>
+ Update: As of the 1.1.13 release, the text index handling supports
+ the entire ISO-8859-1 character set. Consequently table names can
+ (as of this release) contain any character in this character set.
+ </p>
+ <p>
Some suggestions:
</p>
<ul>
- <li>Use only ascii characters in table names if at all
- possible</li>
- <li>If tables with international characters are required, create
- the tables using Access, then update the tables using
- jackcess.</li>
- <li>For indexes on user created tables, populate the table
- without indexes in jackcess, then add the index using
- Access.</li>
+ <li>Use only ascii (or ISO-8859-1 as of 1.1.13) characters in table
+ names if at all possible</li>
+ <li>If tables with international characters are required, create the
+ tables using Access, then update the tables using jackcess.</li>
+ <li>For indexes on user created tables, populate the table without
+ indexes in jackcess, then add the index using Access.</li>
</ul>
</answer>
</faq>