mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 20:20:46 +00:00
Added #1701 Setting charset for SWF files with version 5 or lower
This commit is contained in:
@@ -27,6 +27,8 @@ import java.nio.charset.Charset;
|
||||
*/
|
||||
public class Utf8Helper {
|
||||
|
||||
public static String charsetName = "UTF-8";
|
||||
|
||||
public static Charset charset = Charset.forName("UTF-8");
|
||||
|
||||
public static String urlDecode(String s) {
|
||||
|
||||
Reference in New Issue
Block a user