|
|
@ -183,7 +183,7 @@ public class AdminController extends ApplicationController {
|
|
|
|
int inputData = 0;
|
|
|
|
int inputData = 0;
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
Hangul hangul = new Hangul(3);
|
|
|
|
Hangul hangul = new Hangul(3);
|
|
|
|
String detect = hangul.detect(path);
|
|
|
|
String detect = hangul.encodingDetect(path);
|
|
|
|
BufferedReader br = new BufferedReader(new InputStreamReader(new FileInputStream(path),Charset.forName(detect)));
|
|
|
|
BufferedReader br = new BufferedReader(new InputStreamReader(new FileInputStream(path),Charset.forName(detect)));
|
|
|
|
|
|
|
|
|
|
|
|
while ((inputData = br.read()) != -1) {
|
|
|
|
while ((inputData = br.read()) != -1) {
|
|
|
|