-
AuthorPosts
-
February 1, 2007 at 11:09 am #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 Developerha le-viet
- Join date:
- April 2006
- Posts:
- 415
- Downloads:
- 0
- Uploads:
- 26
- Thanked:
- 5 times in 1 posts
February 1, 2007 at 11:36 am #213978Hi 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.February 1, 2007 at 2:14 pm #213983Sorry, i didn’t read your PM. As i said, i really appreceate your work. Tks for your support.
February 3, 2007 at 11:13 pm #214057Hello,
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
-
ha le-viet Developer
ha le-viet
- Join date:
- April 2006
- Posts:
- 415
- Downloads:
- 0
- Uploads:
- 26
- Thanked:
- 5 times in 1 posts
February 4, 2007 at 8:58 am #214070Hi copyman,
I’m working on the unicode bug. It will be fixed soon.
Regards,
Ha Le-Viet.February 4, 2007 at 9:17 am #214072Try opening an article and save it once again and see if it makes any difference?
February 4, 2007 at 10:44 pm #214084I try …… no difference :((
ha le-viet Developerha le-viet
- Join date:
- April 2006
- Posts:
- 415
- Downloads:
- 0
- Uploads:
- 26
- Thanked:
- 5 times in 1 posts
February 5, 2007 at 10:12 am #214107Hi guys,
Try the new and updated module. Maybe your problem will be gone.
Regards,
Ha Le-Viet.February 7, 2007 at 7:57 am #214189Hello, Ha Le-Viet
Sorry, but no difference :((
Best regards
Milen Cholashkiha le-viet Developerha le-viet
- Join date:
- April 2006
- Posts:
- 415
- Downloads:
- 0
- Uploads:
- 26
- Thanked:
- 5 times in 1 posts
February 7, 2007 at 9:57 am #214204Hi 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.February 7, 2007 at 11:04 am #214208Hello, 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
MilenFebruary 8, 2007 at 1:09 pm #214282What about “ISO8859-9”, i can’t use turkish. 🙁
February 20, 2007 at 11:06 pm #214789Hello, i have the litle problem. After mouseover on button “NEXT” or “PREVIOUS” i see this: (attach file) . Any idea ?
Best Regards
Milen Cholashki
February 23, 2007 at 9:00 pm #214919The problem is: source: CP1251, displayed as: CP1251, postfilter: unicode :((
Any suggestion or solution is appreciated. Thanks.
February 24, 2007 at 12:40 pm #214949I 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 🙂
AuthorPostsThis topic contains 17 replies, has 5 voices, and was last updated by copyman 17 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum