François Pietka
François Pietka
Installed it using `pip` on OSX, and I have the same error (with python 3.4.2)
I was wondering: in the official conversion table they suggest both a "basic" and a "long term" replacement. Won't there be any issue introducing html entities (containing & character) if,...
We tested with `&` transformed to `&` and it wasn't valid with our bank. Which led me to think we would probably need to be able to do the basic...
@olleolleolle I'm divided about this, as I would rather not handle SEPA conversion in my own project 🤔. FYI I was referring at the conversion table in which I think...
@kiriakosv what we're doing in the meantime is removing those chars. Having an error would mean each user of the library would have to handle those themselves, which IMHO would...
plus filiforme
It happens whenever something fail in my code, so it isn't closed properly.
What happens is that (at least) one of your configuration file isn't in UTF-8 encoding and contains special characters. This can be if any of the loaded config files according...
@leonmax I'm currently working on it. Sorry for the delay, I'll do my best to get it ready ASAP.
Going back to a 2014 version is indeed a problem for project already using this gem. Is there any issue that can be discussed with this PR to help this...