공부
[java] org.apache.commons.lang3.CharEncoding.UTF_8
승가비
2022. 6. 20. 00:22
728x90
https://stackoverflow.com/questions/6698354/where-to-get-utf-8-string-literal-in-java
Where to get "UTF-8" string literal in Java?
I'm trying to use a constant instead of a string literal in this piece of code: new InputStreamReader(new FileInputStream(file), "UTF-8") "UTF-8" appears in the code rather often, and would be much
stackoverflow.com
728x90