
Lib_resloader -      (   )

---------------------------------------------------------------------------------------------------------------

OpenRes(f: string) -    ( "/"      )
    f -  
    
CloseRes -  

string ReadLine -    

string ReadByte -    

string win2utf(s: string) -     cp1251(Windows)  UTF-8

string LoadText(f: string) -  
    f -   ( "/"      )
           cp1251  UTF-8
     ###     
     #     
    
string ReadLinesBlock(fn: string; start: integer; len: integer; enc: integer)
        .
    fn -   ( "/"      )
    start -       (   0, ..        0)
    len -     
    enc -      cp1251 --> UTF-8; 1 -  , 0 -  
