Opened 2 years ago

Last modified 21 months ago

#16908 new enhancement

Normalize remove_accents() data

Reported by: hakre Owned by:
Priority: normal Milestone: Awaiting Review
Component: General Version: 3.1
Severity: normal Keywords: has-patch
Cc: info@…, poststelle@…

Description

The remove_accents() functions contains the translitaration data in diverse formats. To normalize the code, a format of arrays containing key=>value replacements where the string value of key transposes into the string value of value.

That's already common for a large part of the function.

Attachments (4)

16908.patch (982 bytes) - added by hakre 2 years ago.
latin-1, part I
16909.patch (2.9 KB) - added by hakre 2 years ago.
latin-1, part II
16908.2.patch (2.8 KB) - added by hakre 2 years ago.
One transliteration table for latin-1
16908.3.patch (14.9 KB) - added by hakre 2 years ago.
get_transliteration_table()

Download all attachments as: .zip

Change History (7)

hakre2 years ago

latin-1, part I

hakre2 years ago

latin-1, part II

hakre2 years ago

One transliteration table for latin-1

hakre2 years ago

get_transliteration_table()

Related: #16905

  • Cc info@… added
  • Cc poststelle@… added
Note: See TracTickets for help on using tickets.