sudo apt install nkf
nkf -w -Lu --overwrite input_file
find . -iname "*.c" -type f -print0 | xargs -0 nkf -w -LF --overwrite
There was an error while loading. Please reload this page.