Add utf-8

This commit is contained in:
Hyunchul Kim 2020-12-02 06:33:45 +09:00
parent c8f1975faa
commit 212eca19b2
5 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import argparse import argparse
import os import os

View file

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
import base64 import base64
import os import os
import subprocess import subprocess

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import os import os
import platform import platform
import json import json

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
CODE_TYPES = ['x-c', 'x-shellscript', 'x-python'] CODE_TYPES = ['x-c', 'x-shellscript', 'x-python']
FILE_TYPES = { FILE_TYPES = {

View file

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
html_head = """ html_head = """
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">