greek characters problem

Started by gram, June 11, 2011, 08:47:30 PM

Previous topic - Next topic

0 Members and 3 Guests are viewing this topic.

mycrazy


nikosuk

#23
hi i have tried your suggestion,, used UTF-8 , ISO-8859-7 but nothing..
it only dissapeared the name.. didnt print anything ...
do i need to modify DB collation as well ?


* fixed .. i was typing something wrong .. oops
This fix works for Greek in the title, on details.php

Thanks

xamalis

#22
Quotehello
i have found the line :

$s = htmlentities( $torrents["name"], ENT_QUOTES );
$HTMLOUT .= "<h1>$s</h1>\n";


but how do i make it greek ?

Use utf-8

$s htmlentities$torrents["name"], ENT_QUOTES'UTF-8' );
	
	
$HTMLOUT .= "<h1>$s</h1>\n";

nikosuk

Quote from: gram on March 19, 2012, 07:43:34 PM
check details.php for that
and you will find it

hello
i have found the line :

$s = htmlentities( $torrents["name"], ENT_QUOTES );
$HTMLOUT .= "<h1>$s</h1>\n";


but how do i make it greek ?

gram

check details.php for that
and you will find it

nikosuk

Quote from: gram on September 13, 2011, 10:42:57 PM
news title greek characters fixed

please share the fix.. i have greek everywhere except torrent name in details.php

Thanks

gram

news title greek characters fixed

gram

search with greek characters in browse fixed

gram

done that but the titles doesnt change

xamalis

Quote from: gram on August 02, 2011, 01:40:37 PM
xamalis can you tell me the fix for this
Bugs:User cannot edit torrents title (title stuck with takeupload title) Fixed*

You have to add greek chars to allowedchars list in "takeedit.php".   :)

gram

xamalis can you tell me the fix for this
Bugs:User cannot edit torrents title (title stuck with takeupload title) Fixed*

xamalis

#13
I almost done with this issue!!
Greek languge working sections: Torrent Titles,Full Forum and Polls.
Under construction: news ann system (cant add greek chars in titles database) i need some help here :)

Bugs:User cannot edit torrents title (title stuck with takeupload title) Fixed*

*added greek chars to allowedchars in takeedit.php



gram

#12
ok i make it working greeks in description and title of the torrents
but in the recent news title and forum title doesnt work
i don know why.

Loffen

change to your charset in phpmyadmin, i done that on the news and that works now :)

gram

Quote from: xamalis on June 12, 2011, 04:40:31 PM
hmmm
Utf-8 suports greek language...
In my test tracker greek language works almost everywhere except all kind of titles(torrent title(chat auto shout title works as it should),forum,topic,news etc),and polls.  :-[
Im working this issue now...
ok xamalis
please let me know if you find the solution