Crates.io | nu_plugin_charset |
lib.rs | nu_plugin_charset |
version | 0.1.2 |
source | src |
created_at | 2023-08-15 00:15:44.939332 |
updated_at | 2023-08-18 23:15:44.952286 |
description | A nushell plugin for converting charsets. |
homepage | |
repository | https://github.com/horasal/nu_plugin_charset |
max_upload_size | |
id | 944644 |
size | 224,308 |
A nushell plugin for converting charsets.
cargo install nu_plugin_charset
register ~/.cargo/bin/nu_plugin_charset
Use charset
to detect charset of input.
Use charset decode
to convert input to utf string.
or convert to a given charset
Use charset encode ENCODING_NAME
to convert utf string to a given charset