Forum Post: RE: Prolib utility not support $DLC/startup.pf

  • Thread starter Thread starter Libor Laubacher
  • Start date Start date
Status
Not open for further replies.
L

Libor Laubacher

Guest
prolib *does* read .pf file: proenv prolib p-test.pl -create -add *.r proenv prolib p-test.pl -list Listing of library 'p-test.pl' Library code page is iso8859-1. (4309) -- note iso8859-1 proenv del p-test.pl proenv prolib p-test.pl -create -add *.r -pf prolib.pf proenv prolib p-test.pl -list Code page conversion table for IBM866 to ISO8859-1 was not found in convmap.cp.(6063) You are using -cpinternal iso8859-1 and the code page of the library p-test.pl is ibm866. (4307) The table to convert iso8859-1 to ibm866 was not found in convmap.cp. (4308) The library contents may not be displayed correctly. (4310) Listing of library 'p-test.pl' Library code page is ibm866. (4309) -- note ibm866 and the conversion errors proenv prolib p-test.pl -list -pf prolib.pf Listing of library 'p-test.pl' Library code page is ibm866. (4309) -- note no conversion errors proenv more prolib.pf -cpcase Basic -cpinternal ibm866 -cpstream ibm866 -cpcoll Russian

Continue reading...
 
Status
Not open for further replies.
Back
Top