From 54f23b9ed89e7fbf561dae1506f7970c98c1d2a3 Mon Sep 17 00:00:00 2001 From: gedoor Date: Wed, 9 Dec 2020 10:45:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=BC=96=E7=A0=81=E8=AF=86?= =?UTF-8?q?=E5=88=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../io/legado/app/utils/EncodingDetect.kt | 22 +------------------ 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/app/src/main/java/io/legado/app/utils/EncodingDetect.kt b/app/src/main/java/io/legado/app/utils/EncodingDetect.kt index 4d1a53037..7b82e42c8 100644 --- a/app/src/main/java/io/legado/app/utils/EncodingDetect.kt +++ b/app/src/main/java/io/legado/app/utils/EncodingDetect.kt @@ -9,28 +9,8 @@ import java.nio.charset.StandardCharsets import java.util.* /** - * Copyright (C) <2009> ,ACC http://androidos.cc/dev> - * - * - * This program is free software: you can redistribute it and/or modify it under - * the terms of the GNU General Public License as published by the Free Software - * Foundation, either version 3 of the License, or (at your option) any later - * version. - * - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more - * details. - * - * - * EncodingDetect.java

* 自动获取文件的编码 - * - * @author Billows.Van - * @version 1.0 - * @since Create on 2010-01-27 11:19:00 -
*/ + * */ @Suppress("MemberVisibilityCanBePrivate", "unused") object EncodingDetect {