deburr: Convert Unicode characters with burrs to their ASCII counterparts.

[ library, mit, text ] [ Propose Tags ]

A small package exposing the deburr function, which converts unicode characters with burrs (umlauts, accents, etc) to their ASCII counterparts. The function intelligently handles capitals and some other edge cases.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies base (>=4.7 && <5) [details]
License MIT
Copyright 2017 Chloe Kever
Author Chloe Kever
Maintainer lolbummer@gmail.com
Category Text
Home page https://github.com/pinktrink/deburr
Source repo head: git clone https://github.com/pinktrink/deburr
Uploaded by princess at 2017-08-28T19:47:01Z
Distributions NixOS:0.1.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1561 total (14 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-08-28 [all 1 reports]

Readme for deburr-0.1.0.1

[back to package description]

deburr

A small package exposing the deburr function, which converts unicode characters with burrs (umlauts, accents, etc) to their ASCII counterparts. The function intelligently handles capitals and some other edge cases.