Adam Waldenberg
Adam Waldenberg
Hi. What encoding is the terminal ? What version of Python are you using? What exception are you getting? You are doing errors="replace" here which works around the problem and...
@CFoltin Hi. Sorry. I forgot about this issue. In any case - it's completely normal. If your terminal can't support the character, python has no way of outputting it. The...
@devcurmudgeon There are only a few options here. 1. Ignore it and replace all characters that can not be outputted - this is something I'd rather not do, as the...
@devcurmudgeon UTF-8 is forced on redirection. I won't be forcing UTF-8 on terminal output, because it's not always needed. Output also needs to work on other environments with extended UTF-8,...
I have decided to catch this exception and let the error message point to some of the issues here on the project page. This should let people that run into...
@banbar Thank you. I don't think that Windows-specific solution has been covered anywhere on the issue tracker so far. I know it's more a Python and terminal thing than it...
Indeed. It seems to be something in the gettext module that has changed. There is a patch in debian atm for reference that you could try @FeXd. https://sources.debian.org/patches/gitinspector/0.4.4+dfsg-9/Drop-superfluous-argument-to-NullTranslations.install.patch Though, unlike...
Not yet @ezhukovskiy . Until its included in a release - temporary fix available in in #216 and the comment above. I need to make sure it works with all...
Hi there. Need a little bit more information here. What's the input in this case and what version are you running ?
Hi. A new messages.pot has been added with commit 47b11ad, so an update is needed to the translation file. Refer to the commit diff to see all changes. Once updated,...