| java.lang.Object | 
    
    
    
        
            |    ↳ | 
         	
        java.lang.Enum<E extends java.lang.Enum<E>> | 
    
    
    
        
            |   | 
        
               ↳ | 
         	
        com.datalogic.decode.configuration.CharacterSetMode | 
    
    
Class Overview
CharacterSetMode is an enumeration defining the different String encodings supported for certain symbologies of barcodes.
 The result extracted from the label is converted to a selected character set, supported by Java.
 
 The supported symbologies are:
 
  - Aztec
 
  - Data Matrix
 
  - MicroPDF417
 
  - Micro QR code
 
  - PDF417
 
  - QR code
 
  - DotCode
 
 
 
 The type of mode is one of:
 
 
 | BIG_5 | 
 Big5, Traditional Chinese | 
 
 
 | EUC_CN | 
 GB2312, EUC encoding, Simplified Chinese | 
 
 
 | EUC_KR | 
 KS C 5601, EUC encoding, Korean | 
 
 
 | GB18030 | 
 Simplified Chinese, PRC standard | 
 
 
 | GBK | 
 GBK, Simplified Chinese | 
 
 
 | IBM_437 | 
 MS-DOS United States, Australia, New Zealand, South Africa | 
 
 
 | ISO_8859_1 | 
 Latin Alphabet No. 1 | 
 
 
 | ISO_8859_2 | 
 Latin Alphabet No. 2 | 
 
 
 | ISO_8859_3 | 
 Latin Alphabet No. 3 | 
 
 
 | ISO_8859_4 | 
 Latin Alphabet No. 4 | 
 
 
 | ISO_8859_5 | 
 Latin/Cyrillic Alphabet | 
 
 
 | ISO_8859_6 | 
 Latin/Arabic Alphabet | 
 
 
 | ISO_8859_7 | 
 Latin/Greek Alphabet | 
 
 
 | ISO_8859_8 | 
 Latin/Hebrew Alphabet | 
 
 
 | ISO_8859_9 | 
 Latin No. 5/Turkish Alphabet | 
 
 
 | ISO_8859_11 | 
 Latin/Thai Alphabet | 
 
 
 | ISO_8859_13 | 
 Latin No. 7/Baltic Rim Alphabet | 
 
 
 | ISO_8859_14 | 
 Latin No. 8/Celtic Alphabet | 
 
 
 | ISO_8859_15 | 
 Latin Alphabet No. 9 | 
 
 
 | SHIFT_JIS | 
 Shift-JIS, Japanese | 
 
 
 | US_ASCII | 
 American Standard Code for Information Interchange | 
 
 
 | UTF_8 | 
 Eight-bit Unicode (or UCS) Transformation Format | 
 
 
 | UTF_16 | 
 Sixteen-bit Unicode (or UCS) Transformation Format, byte order identified by an optional byte-order mark | 
 
 
 | WINDOWS_1250 | 
 Windows Eastern European | 
 
 
 | WINDOWS_1251 | 
 Windows Cyrillic | 
 
 
 | WINDOWS_1252 | 
 Windows Latin-1 | 
 
 
 | WINDOWS_1254 | 
 Windows Turkish | 
 
 
 | WINDOWS_1256 | 
 Windows Arabic |