public class encodingTest {
public static void main(String[] args)
{
System.out.println("file.encoding=" + System.getProperty("file.encoding"));
}
}
'LANG > java' 카테고리의 다른 글
javax.net.ssl.SSLHandshakeException: DH ServerKeyExchange does not comply to algorithm constraints (0) | 2023.09.18 |
---|---|
Code Conventions (0) | 2020.04.27 |
ANT 관련팁들 (0) | 2020.04.27 |
java / iBatis 에서 여러 query 한번에 실행 트랜잭션 내에 포함 (0) | 2020.04.24 |
java / sendmail (0) | 2020.04.19 |