Help for this page

Select Code to Download


  1. or download this
    encode('iso-latin-1', encode('UTF-8', $text))
    
  2. or download this
    encode('UTF-8', $text)
    
  3. or download this
    encode('UTF-8', encode('iso-latin-1', $text))
    
  4. or download this
    encode('UTF-8', $text)
    
  5. or download this
    encode('iso-latin-1', encode('iso-latin-1', $text))
    
  6. or download this
    encode('iso-latin-1', $text)
    
  7. or download this
    encode('UTF-8', encode('UTF-8', $text))