Code Monkey home page Code Monkey logo

Comments (3)

mklinkj avatar mklinkj commented on June 13, 2024
  • 원래는 JDK에서 제공해주는 native2ascii.exe 응용 프로그램으로 수동으로 바꿀려고 했는데.. IntelliJ 내에서 잘 변환되서.. 따로 확인하지 않음.

from the-art-of-java-web-programming-study.

mklinkj avatar mklinkj commented on June 13, 2024

Java 환경이 9버전 이상이면 프로퍼티 파일이 UTF-8이라도 정상 인식되므로, 다시 UTF-8로 바꿨다. 한글이 유니코드 값으로 남는게 더 해깔리긴함... (UTF-8이라면 그냥 변환 없이도 일반 텍스트 에디터로도 볼 수있는 장점이있음.)

from the-art-of-java-web-programming-study.

mklinkj avatar mklinkj commented on June 13, 2024

Java 9로 버전업그레이드 되면서 동작이 바뀌었다. (호환성이 유지되긴함.. 😅)

  • Java 8에서는 무조건 ISO-8859-1 쓰고 한글 같은 것은 유니코드로 이스케이프 해야했음.
  • Java 9 부터 UTF-8로 입력 받을 수 있게 되었음. UTF-8로 읽다가 실패하면 이전 방식대로 ISO-8859-1로 읽음 (이때는 마찬가지로 유니코드 이스케이프 필요함)

Java 8

Java 9

from the-art-of-java-web-programming-study.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.