This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

rss reader for older tcl library?

Old posts that have not been replied to for several years.
Locked
a
ac1d
Voice
Posts: 15
Joined: Mon May 02, 2005 2:02 am

rss reader for older tcl library?

Post by ac1d »

hello.
i've found that there's one rss reader script for egg.
but the script required newest tcl library.
i'm using tcl 8.0.5, because of language support.
from that version tcl doesn't support double-width languages.
so please inform me, if you can fix rssnews.tcl (at egghelp archive) to work with tcl 8.0.5
or make new one for me and every other asians.

Thanks in advance
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

are you sure newer versions don't support multi-byte characters (characters can have up to 3 bytes ^^), maybe just the lib is missing in the default package of the newer version.
for 8.4 they should be under .../lib/tcl8.4/encoding
if they are there and its still not working, it might be the problem that TCL actually really figured out the character and converted it to another enconding while phrasing ^-^. I believe there were some functions to control the encodings (they are not called ENcoding for nothing ^^).
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

I could be wrong, but didn't tcl8.3 have some language/unicode related probems ?
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

could be, but there are now many 8.4 versions, i can't believe they should be all still be screwed up :D.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
a
ac1d
Voice
Posts: 15
Joined: Mon May 02, 2005 2:02 am

Post by ac1d »

Thanks for reply guys. (especially Thanks to De Kus, you always helpfull)

Yes, De Kus.
it's not working after tcl 8.0.5 versoin.
all versions after tcl 8.0.5 does not working.
i heard that from tcl 8.1, the core team changed something related encoding.
like to use UTF-8 for default which is not friendly with my language.
probably there will be some fuctions as you said.
but as an end-user, i don't know where to edit.
will you point me there? hehe
however always Thank you for answers D.K and thank you gb too.

PS/ i didn't know that germans uses same emoticon with asians.
Locked