document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. UCONV(1) ICU 53.1 Manual UCONV(1)
  2.  
  3. NAME
  4. uconv - convert data from one encoding to another
  5.  
  6. SYNOPSIS
  7. uconv [ -h, -?, --help ] [ -V, --version ] [ -s, --silent ] [ -v, --verbose ] [ -l, --list | -l,
  8. --list-code code | --default-code | -L, --list-transliterators ] [ --canon ] [ -x transliteration ] [
  9. --to-callback callback | -c ] [ --from-callback callback | -i ] [ --callback callback ] [ --fallback |
  10. --no-fallback ] [ -b, --block-size size ] [ -f, --from-code encoding ] [ -t, --to-code encoding ] [
  11. --add-signature ] [ --remove-signature ] [ -o, --output file ] [ file... ]
  12.  
  13. ...
  14. --add-signature
  15. Add a U+FEFF Unicode signature character (BOM) if the output charset supports it and does not
  16. add one anyway.
  17.  
  18. --remove-signature
  19. Remove a U+FEFF Unicode signature character (BOM).
');