반응형 string to unicode1 Unicode String escape unescape 아파치 common-text 라이브러리를 이용하여 유니코드를 String으로 String을 유니코드로 변환이 가능하다. mvnrepository.com/artifact/org.apache.commons/commons-text/1.9 import org.apache.commons.text.StringEscapeUtils String unicodeToString = StringEscapeUtils.unescapeJava("unicode to String \\uC790\\uBC14"); assertThat(unicodeToString , equalTo("unicode to String 자바") ); String stringToUnicode = StringEscapeUtils.escapeJava("unicode.. 2020. 12. 7. 이전 1 다음 반응형