first setup
This commit is contained in:
18
README.md
18
README.md
@@ -1,3 +1,19 @@
|
||||
# x-icu
|
||||
> **The lightweight bridge to ICU data.**
|
||||
|
||||
x-icu is a python utility which fetches ICU data and compacts them into a binary, adding only the desired features. Good if you only use a couple of ICU features.
|
||||
---
|
||||
|
||||
### What is x-icu?
|
||||
`x-icu` streamlines the way you handle Unicode data. It automatically fetches data from the **International Components for Unicode (ICU)**, parses it within a Python notebook, and generates a compact **binary map** for your program to interpret.
|
||||
|
||||
### Why use it?
|
||||
* **Zero Overhead:** Ideal for projects that only require specific ICU subsets.
|
||||
* **No Heavy Linking:** Avoid the headache of compiling and linking against the full ICU library.
|
||||
* **Portable Results:** Your program receives a clean, ready-to-use binary map.
|
||||
|
||||
### Use Case
|
||||
Unicode currently is THE way of handling text right now. However, some applications also require small amounts of information from the text, like "is this char a letter?".
|
||||
|
||||
If your project handles Unicode as an **afterthought**, we’re your guy. Get the data you need without the bloat.
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user