Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: TextSearch (Content-плагин) 
Author Message
Alextp



PostPosted: Fri Feb 23, 2018 19:54    Post subject: Reply with quote

Версия 1.6.1 была раньше по дате wdx file. 1.6.2 от сегодня от 11 часов. я ее компилил в 11 часов.

Добавлено спустя 2 минуты:

Номер версии - в файле history.txt.

Добавлено спустя 11 минут:

В сорце в sconvert.pas есть добавка для OEM
Code:


  Result:= '';
  case CP of
    cpANSI:
      Result:= Conv_AnsiToUtf8(S);
    cpOEM:
      Result:= Conv_OemToUtf8(S);
    cpUTF8:
      Result:= S;

_________________
UniViewer - CudaText - LogViewer
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group