https://github.com/juliastring/stricu.jl
ICU wrapper, updated for v0.6.2 and v.7, using JuliaString/Strs.jl instead of LegacyStrings.jl
https://github.com/juliastring/stricu.jl
Last synced: about 2 months ago
JSON representation
ICU wrapper, updated for v0.6.2 and v.7, using JuliaString/Strs.jl instead of LegacyStrings.jl
- Host: GitHub
- URL: https://github.com/juliastring/stricu.jl
- Owner: JuliaString
- License: other
- Created: 2018-01-17T18:04:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T16:53:04.000Z (about 2 years ago)
- Last Synced: 2025-01-20T22:38:08.602Z (about 1 year ago)
- Language: Julia
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# StrICU: International Components for Unicode (ICU) wrapper for Julia
====================================================================
Julia wrapper for the
[International Components for Unicode (ICU) libraries](http://site.icu-project.org/).
[pkg-url]: https://github.com/JuliaString/StrICU.jl.git
[julia-url]: https://github.com/JuliaLang/Julia
[julia-release]:https://img.shields.io/github/release/JuliaLang/julia.svg
[release]: https://img.shields.io/github/release/JuliaString/StrICU.jl.svg
[release-date]: https://img.shields.io/github/release-date/JuliaString/StrICU.jl.svg
[checks]: https://img.shields.io/github/checks-status/JuliaString/StrICU.jl/master
[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
[license-url]: LICENSE.md
[gitter-img]: https://badges.gitter.im/Join%20Chat.svg
[gitter-url]: https://gitter.im/JuliaString/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge
[codecov-url]: https://codecov.io/gh/JuliaString/StrICU.jl
[codecov-img]: https://codecov.io/gh/JuliaString/StrICU.jl/branch/master/graph/badge.svg
[contrib]: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
[![][release]][pkg-url] [![][release-date]][pkg-url] [![][checks]][pkg-url] [![][codecov-img]][codecov-url] [![][license-img]][license-url] [![contributions welcome][contrib]](https://github.com/JuliaString/StrICU.jl/issues)
This is a new wrapper for the ICU library, designed to work on Julia v1.0 and above, using the [Strs.jl](http://github.com/JuliaString/Strs.jl) package to provide support for UTF-16 encoded strings.
The API has been redesigned to not pollute the namespace and to try to be a bit more "Julian"