mirror of
https://github.com/fumiama/base16384.git
synced 2026-06-13 00:00:23 +08:00
fix typo
This commit is contained in:
@@ -86,7 +86,7 @@ echo -n "1234567" | base16384 -e - - | iconv -f utf-16be -t utf-8
|
|||||||
3. Decode simple text 简单文本解码
|
3. Decode simple text 简单文本解码
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
echo -n "婌焳廔萷" | iconv -f utf-8 -t utf-16be | ./base16384 -d - -
|
echo -n "婌焳廔萷" | iconv -f utf-8 -t utf-16be | base16384 -d - -
|
||||||
1234567
|
1234567
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user