Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • cenkyavuzz Friend
    #125459

    How can i use TURKISH character at JA Newsflash? i cant do that right now…

    http://www.yavuzpres.com.tr

    psaingtong Friend
    #238771

    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)

    lupen Friend
    #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
    lupen

    lupen Friend
    #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
    lupen

    elfa17 Friend
    #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.php

    Khanh Le Moderator
    #239488

    In 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 Friend
    #239498

    I 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 line
    AddHandler application/x-httpd-php5.php
    to .htacces file.

    I can’t try this solution.

Viewing 7 posts - 1 through 7 (of 7 total)

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