### Code of Conduct - [x] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/.github/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://github.com/github/docs/blob/main/content/migrations/importing-source-code/using-the-command-line-to-import-source-code/importing-a-subversion-repository.md ### What changes are you suggesting? The author extraction script causes authors starting from 't' losing it, e.g. SVN log: ``` r5572 | tom | 2023-04-10 09:25:13 -0400 (Mon, 10 Apr 2023) ``` Result mapping: ``` om = tom ``` The expected mapping: ``` tom = tom ``` ### Additional information _No response_