Dmitry Sheiko - 2007-02-09 15:06:01 - In reply to message 2 from pvasili
I've fixed the package. Download the lastest version and use it with Russian texts. You can use Russian terms and links/images/e.t.c in term descriptions
pvasili - 2007-02-12 11:02:26 - In reply to message 3 from Dmitry Sheiko
1) Russian only if UTF-8 in sample.csv? :( And how with windows-1251?
2) I wish to see the link in the main window. Instead of an emerging window.
I write sample.csv:
acquisition;test test test;/mylink1/test.html
aggregation;test test test;/mylink2/test.html
and see in code:
<a href="/mylink1/test.html" class="thesaurus" onmouseover="getDefinition('acquisition', event);" onmouseout="setTimer();">acquisition</a>.......
Vietravel247 - 2008-09-12 03:33:15 - In reply to message 1 from pvasili
$db_connection = @mysql_connect($db_info["host"], $db_info["user"], $db_info["password"]);
mysql_query("SET NAMES 'utf8'", $db_connection);
Add this line to db_controller.php