ajitid / fzf-for-js

Do fuzzy matching using FZF algorithm in JavaScript
https://fzf.netlify.app
BSD 3-Clause "New" or "Revised" License
883 stars 22 forks source link

Non english and RTL text #112

Closed husayt closed 1 year ago

husayt commented 1 year ago

I was wondering if this library supports non latin alphabets (e.g. greek, cyrillic) or even RTL text (e.g. arabic)

Thanks

ajitid commented 1 year ago

Hey. It supports Unicode if that's what you are wondering. Here's something I typed in Devanagari (Hindi), and it seems to work:

image

I can't guarantee about RTL. Could you try it out and respond back here?

husayt commented 1 year ago

Thanks. I will let you know