fzaninotto / Faker

Faker is a PHP library that generates fake data for you
MIT License
26.8k stars 3.57k forks source link

Changed latin "a" to cyrillic "а" #2056

Closed mingalevme closed 3 years ago

mingalevme commented 3 years ago

Faker\Provider\ru_RU\Person uses suffix "a" to make a female last name from male, but used symbol was a latin "a" (ASCII #97) and not cyrillic "a" (ASCII #208), so the final last name was "some cyrillic symbols" + "latin a", now female last name forms correctly: cyrillic male last name + cyrillic "a".