Fix UTF-8 handling in python
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#!/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
from typing import Iterator, Dict, Any, Optional, Tuple
|
||||
import re
|
||||
|
Reference in New Issue
Block a user