From 41a5f1bf70f8afb58b905cd8eb864920fc0c5619 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Mon, 27 May 2013 06:39:54 -0700 Subject: [PATCH] Updated Translating tracks (textile) --- Translating-tracks.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Translating-tracks.textile b/Translating-tracks.textile index f682273..b86b5c6 100644 --- a/Translating-tracks.textile +++ b/Translating-tracks.textile @@ -50,7 +50,7 @@ h2. Help and troubleshooting ** http://localhost:3000?locale=nl will switch to dutch. ** if your page gives errors, first check with @locale=en@ if the error is caused by your language changes. Remember that auto translate can mess up parameters, sometimes putting a space between @$@ and @{param}@ and sometimes translating the name of the parameter! ** see the i18n documentation for rails for more technical details http://guides.rubyonrails.org/i18n.html -* if you see a question mark (?) instead of a special language character, there is most likely a wrong encoding setting somewhere. I had @latin1@ for my character set in mysql preventing special characters to be imported correctly by Tolk +* if you see a question mark (?) instead of a special language character, there is most likely a wrong encoding setting somewhere. I had @latin1@ for my character set in mysql preventing special characters to be imported correctly by Tolk. Beware that you need to alter the tolk_* tables to have @utf-8@ as its encoding. Also be aware that you need to update the character set of the @TEXT@ field in the tolk-* tables too! h2. Getting your changes into the next release