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 os

View file

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

View file

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

View file

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

View file

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