Remove Uppercase Accents (rua)
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
RUA has a working Drupal 8 release.
This module utilizes jquery to remove accents from greek (currently) accented characters that have been capitalized through CSS.
It adds a script that runs on the document ready event.
The JS script can easily be adapted to other languages.
The selection is based on the effective CSS rules defining the uppercase text
transformation text-transform: uppercase; and font-variant: small-caps;
As of version 2.x the module doesn't break fieldsets, thus it functionality is restored on admin pages too.
The text below this line is in greek in order to aid people searching for accent removal:
ΑφαίÏεση τόνων στα κεφαλαία στο Drupal
Η συγκεκÏιμÎνη μονάδα αφαιÏεί τους τόνους από τα γÏάμματα που Îχουν μετατÏαπεί σε κεφαλαία μÎσω CSS.
Credits
Adapted for Drupal by bserem for SRM.
See commits page for all the people who have contributed to this.
