Changes between Initial Version and Version 1 of Ticket #1778

Show
Ignore:
Timestamp:
09/08/10 22:17:12 (11 years ago)
Author:
nwellnhof
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1778 – description

    initial v1  
    11After the charset/encoding merge, the following opcodes can be deprecated: 
    22 
     3{{{ 
    34- charset 
    45- charsetname 
    56- find_charset 
    67- trans_charset 
     8}}} 
    79 
    810Use the corresponding encoding opcodes instead. The list of supported encodings is: 
    911 
     12{{{ 
    1013- ascii 
    1114- iso-8859-1 
     
    1518- ucs2 
    1619- ucs4 
     20}}}