If author_names_highlighted = ["San Zhang", "张三"], it reports error like UnicodeDecodeError: 'gbk' codec can't decode byte 0xb6 in position 796: illegal multibyte sequence.
Fix: Change config.read(_conffile) in bibtex2htmll.py to config.read(_conffile, encoding='utf-8').