Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agilord/diacritic
A Dart library that removes common accents and diacritical signs from a string by replacing them with an equivalent character.
https://github.com/agilord/diacritic
Last synced: 1 day ago
JSON representation
A Dart library that removes common accents and diacritical signs from a string by replacing them with an equivalent character.
- Host: GitHub
- URL: https://github.com/agilord/diacritic
- Owner: agilord
- License: bsd-3-clause
- Created: 2016-11-12T15:08:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-23T21:14:57.000Z (4 months ago)
- Last Synced: 2025-01-07T03:44:15.847Z (9 days ago)
- Language: Dart
- Size: 11.7 KB
- Stars: 49
- Watchers: 4
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Dart diacritic library
Removes common accents and diacritical signs from a
string by replacing them with an equivalent character.## Usage
A simple usage example:
import 'package:diacritic/diacritic.dart';
main() {
// prints 'arvizturo tukorfurogep'
print(removeDiacritics('árvíztűrő tükörfúrógép'));
}## Links
- [source code][source]
- contributors: [Agilord][agilord][source]: https://github.com/agilord/diacritic
[agilord]: https://www.agilord.com/