From 270e0ae8cbb2bdbcefe5e1e4b20064c640814247 Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Wed, 4 Mar 2015 14:08:52 +0300 Subject: [PATCH] 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'.