An open API service indexing awesome lists of open source software.

https://github.com/juliastring/chrbase.jl

Support for parameterized character type `Chr`, and common aliases (ASCIIChr, LatinChr, UCS2Chr, UTF32Chr)
https://github.com/juliastring/chrbase.jl

character hacktoberfest

Last synced: about 2 months ago
JSON representation

Support for parameterized character type `Chr`, and common aliases (ASCIIChr, LatinChr, UCS2Chr, UTF32Chr)

Awesome Lists containing this project

README

          

# ChrBase

[pkg-url]: https://github.com/JuliaString/ChrBase.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/ChrBase.jl.svg
[release-date]: https://img.shields.io/github/release-date/JuliaString/ChrBase.jl.svg

[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

[travis-url]: https://travis-ci.org/JuliaString/ChrBase.jl
[travis-s-img]: https://travis-ci.org/JuliaString/ChrBase.jl.svg
[travis-m-img]: https://travis-ci.org/JuliaString/ChrBase.jl.svg?branch=master

[codecov-url]: https://codecov.io/gh/JuliaString/ChrBase.jl
[codecov-img]: https://codecov.io/gh/JuliaString/ChrBase.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] [![][license-img]][license-url] [![contributions welcome][contrib]](https://github.com/JuliaString/ChrBase.jl/issues)

| **Julia Version** | **Unit Tests** | **Coverage** |
|:------------------:|:------------------:|:---------------------:|
| [![][julia-release]][julia-url] | [![][travis-s-img]][travis-url] | [![][codecov-img]][codecov-url]
| Julia Latest | [![][travis-m-img]][travis-url] | [![][codecov-img]][codecov-url]

This provides support for different types of characters, using a parameterized `Chr` type.
(and for v0.6.2, adds the AbstractChar type, which was later added to v0.7/master)
See the documentation in the [Strs](https://github.com/JuliaString/Strs.jl) package