pull/594/merge
Emre Sevinç 2023-10-18 02:52:37 -03:00 committed by GitHub
commit 226c61b14e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@ mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
- For binary diffs (delta compression), use `xdelta3`.
- To convert text encodings, try `iconv`. Or `uconv` for more advanced use; it supports some advanced Unicode things. For example:
- To convert text encodings, try `iconv` or `recode`. Or `uconv` for more advanced use; it supports some advanced Unicode things. For example:
```sh
# Displays hex codes or actual names of characters (useful for debugging):
uconv -f utf-8 -t utf-8 -x '::Any-Hex;' < input.txt
@ -476,7 +476,7 @@ A few examples of piecing together commands:
- `tr`: character translation or manipulation
- `iconv` or `uconv`: conversion for text encodings
- `iconv`, `recode` or `uconv`: conversion for text encodings
- `split` and `csplit`: splitting files