From 418322f8fb6c6d154fd237b642ed41ca4cb86e5e Mon Sep 17 00:00:00 2001 From: james Date: Thu, 15 Nov 2007 19:19:43 +0000 Subject: [PATCH] Aparently the language name needs to insert as UTF8 to work on a Latin1.. --- db/db.code.version.txt | 2 +- db/db.update.58.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 db/db.update.58.sql diff --git a/db/db.code.version.txt b/db/db.code.version.txt index e1617e8..8c61d23 100644 --- a/db/db.code.version.txt +++ b/db/db.code.version.txt @@ -1 +1 @@ -57 +58 diff --git a/db/db.update.58.sql b/db/db.update.58.sql new file mode 100644 index 0000000..bc02219 --- /dev/null +++ b/db/db.update.58.sql @@ -0,0 +1 @@ +UPDATE languages SET `langname`='Français' WHERE `lang`='fr';