rluba / jai-icu4c

Jai bindings for the International Components for Unicode library (ICU4C)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jai bindings for the International Components for Unicode library (ICU4C)

This module contains bindings and binaries for icu4c v73.2.

I haven’t yet tested them on Linux and have made zero effort to prepare them for Windows.

Usage

Important: You need to call init_icu() before calling any ICU functions to set the path to the ICU data file (located at data/icudt73l.dat).

See example/example.jai for how to convert between timezones, do date formatting, number formatting, ….

About

Jai bindings for the International Components for Unicode library (ICU4C)


Languages

Language:C++ 56.9%Language:C 42.9%Language:Makefile 0.1%Language:HTML 0.0%