Rest api 유저정보 한글 깨짐 현상

@help35
KakaoRestApiHelper 통해서 테스트 결과로는 한글이 정상적으로 보이는데요ㅠㅠ

while ((line = reader.readLine()) != null) {
    buffer.append(line);
}
System.out.println(buffer.toString());

JSONObject 호출 직전에도 한글이 깨지는지 확인해보시겠어요?