From 022d94d13c1263386049b8ddf2eb9fd5b8de43b1 Mon Sep 17 00:00:00 2001
From: James Ahlborn
Date: Mon, 10 Mar 2008 03:43:51 +0000
Subject: [PATCH] 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
---
src/site/fml/faq.fml | 19 +++++++++++--------
1 file 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
@@ -169,18 +169,21 @@
simple to reverse engineer, so it is not likely that Jackcess will
support this anytime soon.
+
+ 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.
+
Some suggestions:
- - Use only ascii characters in table names if at all
- possible
- - If tables with international characters are required, create
- the tables using Access, then update the tables using
- jackcess.
- - For indexes on user created tables, populate the table
- without indexes in jackcess, then add the index using
- Access.
+ - Use only ascii (or ISO-8859-1 as of 1.1.13) characters in table
+ names if at all possible
+ - If tables with international characters are required, create the
+ tables using Access, then update the tables using jackcess.
+ - For indexes on user created tables, populate the table without
+ indexes in jackcess, then add the index using Access.
--
2.39.5