Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • nelitojunior Friend
    #118583

    Hi, guys. Don`t get me wrong. O really appreciate your work,, but i think that instead of lauching new versions of Xenia (wich are great) you should solve the old versions problem. I stiil have the Unicode problem (yes, i upgraded the module twice), and got no clue about it. I turned rotation off, but doing this i am loosing the main template’s charm. Can you give me a little help?

    SOLUTION FOUND: You must use an editor lice JCE. Without it, your Unicode will break.

    ha le-viet Developer
    #213978

    Hi Nelito,

    I had replied your PM two days ago with three options to fix your problem. Your content contains non-unicode but ASCII characters and it can not be handled well in JavaScript. There’re many sites running well with JA News and Unicode content.

    Please don’t repeat posting such these threads.

    Regards,
    Ha Le-Viet.

    nelitojunior Friend
    #213983

    Sorry, i didn’t read your PM. As i said, i really appreceate your work. Tks for your support.

    copyman Friend
    #214057

    Hello,

    I have the same problem. I use CP1251 ( cyrillic bulgarian ). After reload the page i see this – fig1. After rotation i see this – fig2. Excuse my bad english. Version – mod_janews v. 1.0.4

    Best Regards


    1. fig1
    2. fig2
    ha le-viet Developer
    #214070

    Hi copyman,

    I’m working on the unicode bug. It will be fixed soon.

    Regards,
    Ha Le-Viet.

    divent Friend
    #214072

    Try opening an article and save it once again and see if it makes any difference?

    copyman Friend
    #214084

    I try …… no difference :((

    ha le-viet Developer
    #214107

    Hi guys,

    Try the new and updated module. Maybe your problem will be gone.

    Regards,
    Ha Le-Viet.

    copyman Friend
    #214189

    Hello, Ha Le-Viet

    Sorry, but no difference :((

    Best regards
    Milen Cholashki

    ha le-viet Developer
    #214204

    Hi copyman,

    Right now JA News supports the charsets supported by htmlentities php function. You can see the list of supported charset here:

    http://www.php.net/manual/en/function.htmlentities.php

    Regards,
    Ha Le-Viet.

    copyman Friend
    #214208

    Hello, Ha Le-Viet

    I found my problem:

    in “headlineloader.php” 35 i replace :

    $current_charset = isset($charset) ? $charset : “ISO8859-1”;

    with

    $current_charset = isset($charset) ? $charset : “CP1251”;

    All working fine

    Thanks for your support and nice new version of this module.

    Best regards
    Milen

    sonsuz Friend
    #214282

    What about “ISO8859-9”, i can’t use turkish. 🙁

    copyman Friend
    #214789

    Hello, i have the litle problem. After mouseover on button “NEXT” or “PREVIOUS” i see this: (attach file) . Any idea ?

    Best Regards

    Milen Cholashki


    1. ja-news_problem
    copyman Friend
    #214919

    The problem is: source: CP1251, displayed as: CP1251, postfilter: unicode :((

    Any suggestion or solution is appreciated. Thanks.

    copyman Friend
    #214949

    I found solition :

    in file headlineloader.php –

    replace

    echo $splitter.htmlentities($nexttitle, ENT_QUOTES, $current_charset).$splitter.htmlentities($prevtitle, ENT_QUOTES, $current_charset);

    with

    echo $splitter.iconv($current_charset, "UTF-8", $nexttitle).$splitter.iconv($current_charset, "UTF-8", $prevtitle);

    $current_charset – CP1251

    I don`t now why its working reverse order but WORKING 🙂

Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 17 replies, has 5 voices, and was last updated by  copyman 17 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum