Skip to content
Discussion options

You must be logged in to vote

Turkish names hit two automated-matching traps at once, and your combination (two given names + "Ğ") has both:

  1. The two given names must both live in the First name field. Billing (https://github.com/settings/billing/payment_information) splits into exactly two fields — put both given names in First name and only the surname in Last name. If one given name drifted into the surname field (or is missing), the surname comparison fails even though the full string looks right to you.
  2. "Ğ" is an OCR problem, not just a matching problem. The comparison isn't between your billing text and the document's true text — it's between billing and what the OCR read, and OCR frequently reads Ğ as G (and Tu…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Yusseter
Comment options

Answer selected by Yusseter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GitHub or a GitHub feature is not working as intended GitHub Education All things GitHub Education including website, documentation and events. Form Errors & Technical Issues These are topics related to unexpected errors experienced on when using Education Verification Form Welcome 🎉 Used to greet and highlight first-time discussion participants. Welcome to the community! source:ui Discussions created via Community GitHub templates
2 participants