From 270e0ae8cbb2bdbcefe5e1e4b20064c640814247 Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Wed, 4 Mar 2015 14:08:52 +0300 Subject: [PATCH 1/2] fix typo: "over-ride" --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 336db8e..194b9bd 100644 --- a/HACKING +++ b/HACKING @@ -816,7 +816,7 @@ Text Data Type In Jet3, the encoding of text depends on the machine on which it was created. So for databases created on U.S. English systems, it can be expected that text is encoded in CP1252. This is the default used by mdbtools. If you know that -another encoding has been used, you can over-ride the default by setting the +another encoding has been used, you can override the default by setting the environment variable MDB_JET3_CHARSET. To find out what encodings will work on your system, run 'iconv -l'. From 2f996874af1cc4cde88275b4f647b893c1fff9ea Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Wed, 4 Mar 2015 14:11:07 +0300 Subject: [PATCH 2/2] fix typo: "over-ridden" --- HACKING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 194b9bd..101f004 100644 --- a/HACKING +++ b/HACKING @@ -831,5 +831,5 @@ compressed. Also, the string will only be compressed if it really does make the string shorter as compared to uncompressed UCS-2. Programs that use mdbtools libraries will receive strings encoded in UTF-8 by -default. This default can by over-ridden by setting the environment variable +default. This default can by overridden by setting the environment variable MDBICONV to the desired encoding.