ASCII로 된 UNICODE 문자를 UTF-8로 변환 하기

Posted on 2022-09-28(Wed) in macOS

ASCII로 된 UNICODE 문자를 UTF-8로 변환 하기

# uni2ascii 설치
brew install uni2ascii

# 변환하기 
cat a.txt | ascii2uni -a U -q > a.txt.u

# 비교해보기
diff -Naur a.txt a.txt.u
...
-#### hive engine \uBC84\uC804\uC744 \uC120\uD0DD\uD574\uC8FC\uC138\uC694.
+#### hive engine 버전을 선택해주세요.
...

URL

.the end.