Search found 5 matches

by pianist
Wed Sep 17, 2008 9:03 pm
Forum: Requests
Topic: Russian encoding CP1251 support patch
Replies: 7
Views: 5805

Re: Russian encoding CP1251 support patch

Ok, I will checkout the trunk and make another version.
by pianist
Tue Sep 16, 2008 4:47 am
Forum: Requests
Topic: Russian encoding CP1251 support patch
Replies: 7
Views: 5805

Re: Russian encoding CP1251 support patch

The bittorrent specs says: Nevertheless ugly windows software generates torrents with non-utf8 strings. What shall we do? I've patched Transmission for my needs, and I know that other people have the same problem. I'm going to do another patch, which will be configurable not only for CP1251 encodin...
by pianist
Tue Sep 16, 2008 3:08 am
Forum: General
Topic: wxWidgets? Is supported or not?
Replies: 3
Views: 5306

wxWidgets? Is supported or not?

I tried to compile wx gui, but it failed. Many warnings, error, fixing, but at the end met this:

Code: Select all

MyApp :: OnInit( )
{
    handle = tr_sessionInit( "wx" );
As I see, this version of tr_sessionInit is deprecated. => wx gui is not supported any more?
:roll:
by pianist
Tue Sep 16, 2008 2:25 am
Forum: Requests
Topic: Russian encoding CP1251 support patch
Replies: 7
Views: 5805

Re: Russian encoding CP1251 support patch

Added gtk patch, everything works fine.

http://lemmatizer.org/transmission/patch/
by pianist
Tue Sep 16, 2008 1:51 am
Forum: Requests
Topic: Russian encoding CP1251 support patch
Replies: 7
Views: 5805

Russian encoding CP1251 support patch

Hi! Tranmission is nice, and it works fine with UTF-8 filenames. But sometimes bad windows users make torrents with not-utf8 filenames. :) Transmission uses ISO-8859-1 for this strings, but it is not suitable for russian users like me. :) I've patched Transmission daemon (but not gtk yet, sorry :) )...