Author Topic: Cyrillic Fonts  (Read 12935 times)

EagleXK

  • Guest
Cyrillic Fonts
« on: February 17, 2010, 09:16:34 am »
Great work, indeed! Just yesterday I seen for a first time this amazing tool - it is perfect and the only thing I'm missing is Russian torrent-index sites. It will be excellent to have scripts for them, really. I tried to make a test script - it's not very simple, but looks okay. Anyway, the main problem is that I can't see correctly some cyrillic letters, look at the screenshot abowe:

SerBrat

  • Guest
Re: Cyrillic Fonts
« Reply #1 on: February 25, 2010, 03:18:23 pm »
Yes, that's right - I cannot use your program for russian trackers :( The letters are unreadable... But I'm using only russian trackers. So I steel continue to use Opera 10 instead of Bit Che...

EagleXK

  • Guest
Re: Cyrillic Fonts
« Reply #2 on: February 25, 2010, 08:04:15 pm »
Aha... waiting for a fixed version. I don't think that this can be a problem..

Offline Synbios

  • Hero Member
  • *****
  • Posts: 671
  • Karma: +5153/-0
    • View Profile
Re: Cyrillic Fonts
« Reply #3 on: February 25, 2010, 11:26:42 pm »
Thanks for letting us know, chip will take a look at this and get a fixed version out if possible. We'll keep you updated.

EagleXK

  • Guest
Re: Cyrillic Fonts
« Reply #4 on: February 25, 2010, 11:40:26 pm »
Great! :)
BTW: If you want I can suggest some solutions because I already worked with that problems before (I'm a Delphi coder).
« Last Edit: February 26, 2010, 01:31:03 am by EagleXK »

SerBrat

  • Guest
Re: Cyrillic Fonts
« Reply #5 on: February 28, 2010, 10:39:11 pm »
Good to hear, waiting with impatience!

SerBrat

  • Guest
Re: Cyrillic Fonts
« Reply #6 on: February 28, 2010, 10:40:58 pm »
2 EagleXK: а ты уже много написал скриптов для русскоязычных трекеров? А то я никак не могу разобраться с этими скриптами, как их использовать...

EagleXK

  • Guest
Re: Cyrillic Fonts
« Reply #7 on: March 02, 2010, 11:47:04 pm »
Всего один, да и тот помог доделать CuF, за что ему большое спасибо :) Чёрт ногу сломит в этих скриптах, это уж точно :) Но всё же лучше, чем ничего )))

EagleXK

  • Guest
Re: Cyrillic Fonts
« Reply #8 on: March 14, 2010, 10:15:25 pm »
I am sorry, but is there any news about fixes? If I can help - just tell me where is the problem and we can find solution together.

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Re: Cyrillic Fonts
« Reply #9 on: March 16, 2010, 05:37:31 am »
The Problem is Bit Che is programmed in a language that doesn't support Unicode strings in its controls I Know chip was working on this.

EagleXK

  • Guest
Re: Cyrillic Fonts
« Reply #10 on: March 16, 2010, 06:34:25 am »
Yes, I understand. Probably it's Delphi. Anyway I had same problems with Delphi, in my case the solutions was:
TNT components - the better solution for Delphi 5- Delphi 2008 because components supports WideStrings
Delphi 2009 - Delphi 2010 - because they natively supports UnicodeStrings
Changing program codepage - not an ideal solution, but for known language it is very nice (we're supposing that using one language search results, like all form texts will be english or in selected language codepage). GetLocaleInfo helped me so much :)

Offline Bovski

  • Head Cider Tester
  • Hero Member
  • *****
  • Posts: 673
  • Karma: +189/-0
  • High Five Me
    • View Profile
    • Warez The Index
Re: Cyrillic Fonts
« Reply #11 on: March 16, 2010, 06:52:09 am »
It's not delphi

Besides paying for the components to a program that is essentially free doesn't make any sense.

Personally I would have thought a html front end would be the simplest way around the problem.
« Last Edit: March 16, 2010, 06:56:17 am by Bovski »

EagleXK

  • Guest
Re: Cyrillic Fonts
« Reply #12 on: March 16, 2010, 06:57:14 am »
Aha, you're right - so I've used free opensource version of TNT :)

EagleXK

  • Guest
Re: Cyrillic Fonts
« Reply #13 on: March 16, 2010, 07:10:20 am »
Anyway, the solution with codepages will work for Bit Che.