> vmonkey FILE
SyntaxError: Non-ASCII character '\xc3' in file/ViperMonkey/vipermonkey/core/vba_library.py on line 145, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
To Reproduce
Clone the ViperMonkey repo
do pip install . in the repo
Launches vmonkey on a file
Fix
Just add #-*- coding: utf-8 -*- in vipermonkey/core/vba_library.py
Describe the bug
Running last ViperMonkey commit with cpython :
To Reproduce
Fix
Just add
#-*- coding: utf-8 -*-
in vipermonkey/core/vba_library.py