Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/