PHP Classes

Russian word

Recommend this page to a friend!

      Thesaurus tooltip  >  All threads  >  Russian word  >  (Un) Subscribe thread alerts  
Subject:Russian word
Summary:Russian word
Messages:7
Author:pvasili
Date:2007-02-09 13:46:46
Update:2008-09-12 03:33:14
 

  1. Russian word   Reply   Report abuse  
Picture of pvasili pvasili - 2007-02-09 13:46:46
1) Можно добавить русские термины?
2) Как добавить ссылку на URL() вместо (плюс к) всплывающему окну?

  2. Re: Russian word   Reply   Report abuse  
Picture of pvasili pvasili - 2007-02-09 13:54:28 - In reply to message 1 from pvasili
Bad Russian :(
1) Can I use the russian word in Thesaurus?
2) Can I add the URL link in to the window?

  3. Re: Russian word   Reply   Report abuse  
Picture of Dmitry Sheiko 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

  4. Re: Russian word   Reply   Report abuse  
Picture of pvasili 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>.......

  5. Re: Russian word   Reply   Report abuse  
Picture of Dmitry Sheiko Dmitry Sheiko - 2007-02-12 17:57:54 - In reply to message 4 from pvasili
1) Oops. It's more difficult. Well, try to set in the controller's PHP header Windows 1251, and use this charset in the HTML

2)Did you mean the term in the HTML which is a link? In that case you should assign mouse events manually

  6. Re: Russian word   Reply   Report abuse  
Picture of Alexey Belov Alexey Belov - 2008-06-11 18:54:15 - In reply to message 3 from Dmitry Sheiko
And can I use russian words in "description"?
for me it's only "????" symbols with UTF-8

  7. Re: Russian word   Reply   Report abuse  
Picture of Vietravel247 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