Skip to content

mpaltun/asciifolding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asciifolding

Build Status

Rust port of Lucene's Ascii folding filter

From Lucene documentation:

This class converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if one exists.

Example

use asciifolding::fold_to_ascii;


assert_eq!(fold_to_ascii("Fıstıkçı Şuayip"), "Fistikci Suayip");

Reference

About

Rust port of Lucene's ascii folding filter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages