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.

Search found 3 matches

by Snake
Fri Jun 03, 2005 12:23 am
Forum: Archive
Topic: support national locales
Replies: 6
Views: 4483

demond wrote:care to elaborate? there is nothing relevant to encoding in the config
It'd be take effect to the tcl script.
by Snake
Wed Jun 01, 2005 8:11 am
Forum: Archive
Topic: support national locales
Replies: 6
Views: 4483

demond wrote:

Code: Select all

bind pubm - "#some_chan [encoding convertfrom koi8-r *чертвозьми*]" some_proc
...the same result

I found encoding system identity in config file is a solution of the problem
by Snake
Wed Jun 01, 2005 2:15 am
Forum: Archive
Topic: support national locales
Replies: 6
Views: 4483

support national locales

I have russian locale with codepage KOI8-R (it is 8-bit codepage).
I'd like to use such command in my tcl-script:

Code: Select all

bind pubm - "#some_channel *some_phrase*" some_proc
where some_phrase is a string in KOI8-R codepage.
But some_proc only run if some_phrase is a 7-bit string.

Please help.