Behnam Esfahbod

Results 183 comments of Behnam Esfahbod

Regarding making it easier for third-party libraries to use `cargo` internals, and make it easier to bring in third-party commands as built-in: maybe splitting cargo into smaller crates (in one...

Would it make sense to have a pair of macros, one for the cache-name/lazy_static, and another one only the fn item, taking the name of the cache as input, which...

Thanks for filing this, @kpozin. Implementing data formatters, specially numerals and date/time is going to be a large part of the L10n API. Any contribution is welcome!

Thanks, @kpozin, for filing this. My plans for UNIC has been to provide at least the same level of functionality as ICU for the Rust ecosystem, but not necessarily follow...

To get this mapping, you need two things: 1) which characters map to ASCII digits via NFKC, 2) the ranges of characters with (decimal) numeric values. From these, you can...

Love the idea, @killercup! How about a CLI tool that writes out a sample Unicode text, like snippets from the UDHR corpus? It can be useful when people need a...

Thanks for filing this, @fasihrana. We have two crates in the plans regarding the Unicode Arabic Cursive Joining algorithm: - `unic-ucd-joining`, which provides character properties data used for UACJ, -...

Totally agree! I really didn't spend much time in expanding functionality of the CLI apps. Would be grateful for any PR improving them!

And talking about ideas for `unic-inspector`, options to enable/disable various columns, which are character properties.

#157 has a basic implementation for the character properties listed here. However, based on their [definition](http://www.unicode.org/reports/tr44/#Lowercase), we can reduce the number of tables we store and compose the result from...