Fr0sT-Brutal / awesome-pascal

A curated list of awesome Delphi/FreePascal/(any)Pascal frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. Open source and freeware only!
Creative Commons Zero v1.0 Universal
1.8k stars 357 forks source link

Added FuzzyWuzzy.pas - FPC port of FuzzyWuzzy #91

Closed DavidMoraisFerreira closed 5 years ago

DavidMoraisFerreira commented 5 years ago

Hi, I added a library I wrote a while ago that is a port of FuzzyWuzzy.

Atol-codetoad commented 5 years ago

This library worked only ANSI chars?

DavidMoraisFerreira commented 5 years ago

@Atol-codetoad Correct, the current implementation only supports ASCII.

Fr0sT-Brutal commented 5 years ago

Thanks, merged