Technical note

macOS下批量gbk转utf8

brew install enca
find . -name "*.java" -exec enconv -L zh_CN -x UTF-8 {} \;