Opened 10 years ago
Closed 10 years ago
#37564 closed defect (bug) (fixed)
Case typos in remove_accents() ʼn, Ŋ and ŋ
| Reported by: | gitlost | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.7 |
| Component: | Formatting | Version: | |
| Severity: | minor | Keywords: | has-patch has-unit-tests commit |
| Cc: | Focuses: |
Description
Noticed 3 (very old) typos in remove_accents() involving wrong case: the consecutive entries ʼn (U+0149), Ŋ (U+014A) and ŋ (U+014B) should go to n, N and n, not N, n and N (actually I think "Ŋ" and "ŋ" should go to "NG" and "ng" (and perhaps even "ʼn" to "'n") but that's a separate issue).
Attachments (1)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fix typos.