-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

nkf


> Network kanji filter.

> Converts kanji code from one encoding to another.

More information.


Convert to UTF-8 encoding:

nkf -w {path/to/file.txt}

Convert to SHIFT_JIS encoding:

nkf -s {path/to/file.txt}

Convert to UTF-8 encoding and overwrite the file:

nkf -w --overwrite {path/to/file.txt}

Set new line code to LF and overwrite (UNIX type):

nkf -d --overwrite {path/to/file.txt}

Set new line code to CRLF and overwrite (windows type):

nkf -c --overwrite {path/to/file.txt}

Decrypt mime file and overwrite:

nkf -m --overwrite {path/to/file.txt}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 06:28:00 2024