Skip to content

Commit

Permalink
Fix date misread.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysticial committed Sep 29, 2024
1 parent acbd3da commit 854d402
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ std::string run_number_normalization(const std::string& input){
{'a', '4'},
{'S', '5'},
{'s', '5'},
{'/', '7'},

// Japanese OCR likes to do this.
{U'🄋', '0'},
Expand Down

0 comments on commit 854d402

Please sign in to comment.