Constant.titles.add function doesn't have default encoding so it throws this error. ```python from nameparser.config import Constants czconst = Constants() czconst.titles.add('BA'.encode('utf-8')) ```