-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend allowed characters in InstanceMethods.convert_text
#92
Comments
We've got a similar issue with letters that have diacritics (áéó, and co. :) ). According to the Excel sheet on the page you link to here, there should also be a lot more supported characters. I'd also be happy to help with an MR. If it was just a handful of characters, I'd simply go ahead and submit the PR, but there with so many that aren't supported right now, that could turn into an unwieldy regex :) @kiriakosv do you have any thoughts on this? |
InstanceMethods.convert_text
InstanceMethods.convert_text
We are having a similar issue with cyrillic characters (Bulgarian account holder). I would prefer if the suggested conversion table (according to the linked Excel sheet) could be used, instead of just converting non-latin characters to an empty character (e.g. 'И' would become 'I'). The PR only extends the allowed chars but I guess the better solution would be to translate the characters according to the EPC217-08 conversion table? Would you be interested in a PR? |
Sure! I'll have a PR open by 28/2. |
Hello,
we're using this gem to initiate credit transfers for Greek banks.
The problem is that names of initiating parties and account beneficiaries can be in Greek. As we see here, the only letter characters allowed are Latin and German. This results in empty strings and therefore validation errors.
Would you accept a PR that adds Greek letters to the allowed set?
The text was updated successfully, but these errors were encountered: