Search found 5 matches
- Wed Sep 17, 2008 9:03 pm
- Forum: Requests
- Topic: Russian encoding CP1251 support patch
- Replies: 7
- Views: 6547
Re: Russian encoding CP1251 support patch
Ok, I will checkout the trunk and make another version.
- Tue Sep 16, 2008 4:47 am
- Forum: Requests
- Topic: Russian encoding CP1251 support patch
- Replies: 7
- Views: 6547
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 ...
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 ...
- Tue Sep 16, 2008 3:08 am
- Forum: General
- Topic: wxWidgets? Is supported or not?
- Replies: 3
- Views: 5797
wxWidgets? Is supported or not?
I tried to compile wx gui, but it failed. Many warnings, error, fixing, but at the end met this:
As I see, this version of tr_sessionInit is deprecated. => wx gui is not supported any more?

Code: Select all
MyApp :: OnInit( )
{
handle = tr_sessionInit( "wx" );

- Tue Sep 16, 2008 2:25 am
- Forum: Requests
- Topic: Russian encoding CP1251 support patch
- Replies: 7
- Views: 6547
- Tue Sep 16, 2008 1:51 am
- Forum: Requests
- Topic: Russian encoding CP1251 support patch
- Replies: 7
- Views: 6547
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 ...
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 ...