-
AuthorPosts
-
February 4, 2008 at 8:55 am #125459
How can i use TURKISH character at JA Newsflash? i cant do that right now…
February 10, 2008 at 1:35 am #238771I have same problem in Thai charater.
I change this code:
1.add “CHARSET=TIS-620” => “TIS-620” in array charset.
2.chance line:
$current_charset = isset($charset) ? $charset : “ISO8859-1”;
to
$current_charset = isset($charset) ? $charset : “TIS-620”;
3.change line:
if ($current_charset == “UTF-8”) return $string;
to
if ($current_charset == “TIS-620”) return $string;Now, I can use JA Newsflash in Thai charset.
(my server default charset is TIS-620)February 13, 2008 at 10:36 pm #239119<em>@psaingtong 39974 wrote:</em><blockquote>I have same problem in Thai charater.
I change this code:
1.add “CHARSET=TIS-620” => “TIS-620” in array charset.
2.chance line:
$current_charset = isset($charset) ? $charset : “ISO8859-1”;
to
$current_charset = isset($charset) ? $charset : “TIS-620”;
3.change line:
if ($current_charset == “UTF-8”) return $string;
to
if ($current_charset == “TIS-620”) return $string;Now, I can use JA Newsflash in Thai charset.
(my server default charset is TIS-620)</blockquote>Hello
can you tell me which files you find this command
i need the german iso
thanks
lupenFebruary 15, 2008 at 11:50 pm #239265<em>@lupen 40407 wrote:</em><blockquote>Hello
can you tell me which files you find this command
i need the german iso
thanks
lupen</blockquote>Some help?… Please
lupenFebruary 19, 2008 at 2:43 am #239477<em>@lupen 40407 wrote:</em><blockquote>Hello
can you tell me which files you find this command
i need the german iso
thanks
lupen</blockquote>
modules -> ja_newsflash -> ja-newsflashloader.phpKhanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
February 19, 2008 at 7:03 am #239488In most case, if you use utf-8 charset, the module will display your native language well. JA Newsflash using Ajax to load your next news, therefore, the module cannot support well some charset. If your server support iconv, the problem also may be fixed.
yamant Friendyamant
- Join date:
- December 2007
- Posts:
- 43
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
February 19, 2008 at 9:32 am #239498I try all charset posibilities i think, and couldn’t find a solution.
At a Turkish forum, i found a solution about ajax+Turkish problem:
adding a lineAddHandler application/x-httpd-php5.php
to .htacces file.I can’t try this solution.
-
AuthorPosts
This topic contains 7 replies, has 6 voices, and was last updated by yamant 16 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum