Advertisement
Guest User

Untitled

a guest
Sep 14th, 2014
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  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).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement