Changeset 4015 for trunk/UPGRADING.txt

Show
Ignore:
Timestamp:
01/14/08 20:04:11 (12 months ago)
Author:
pmoura
Message:

Changed the atoms used to represent different encodings when using the encoding/1 directive; Logtalk now uses the encoding names specified by IANA (using the preferred MIME name whenever available).

Updated the "encoding" example to use the new encoding names.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADING.txt

    r4014 r4015  
    183183need to be recompiled because of the changes done in this version to improve  
    184184updating runtime bookkeeping tables when loading new entities. 
     185 
     186Logtalk 2.31.2 changes the valid values for the encoding/1 directive from  
     187the SWI-Prolog original values to atoms complying with the IANA standard.  
     188Old values are deprecated but still recognized for compatibility with older  
     189Logtalk releases (see the config files of YAP and SWI-Prolog).