filename = new String(filename.getBytes("UTF-8"),"ISO-8859-1");
코드 하이라이트 사이트 http://hilite.me/ 코드 <!-- 나만의 공간 --> <style id='daru_css' type='text/css'> .code { overflow: auto; height: 200px; background-color: rgb(239,239,239); border-radius: 10px; padding: 5px 10px; } .code::-webkit-scrollbar-thumb { background-color: grey; border: 1px solid transparent; border-radius: 10px; background-clip: padding-box; } .code::-webkit-scrollbar { width: 15px; } </style> <!-- 나만의 공간 -->