ogonek icon indicating copy to clipboard operation
ogonek copied to clipboard

A C++11 library for Unicode

Results 16 ogonek issues
Sort by recently updated
recently updated
newest added

Right now an instance of `text` carries information about the encoding in the type, in order to enforce conversions at the appropriate places. It would be neat if `text` could...

enhancement

Implement Default Case Detection as specified in 3.13 in the Unicode Standard.

feature

Specially for NFC, quick checks can make for high efficiency. Normalizing iterators should use that.

enhancement

Implement the Normalization Form FCD as per [UTN #5](http://www.unicode.org/notes/tn5/#FCD). - [ ] `normalize` - [ ] `is_fcd`

feature

Implement the Normalization Form FCC as per [UTN #5](http://www.unicode.org/notes/tn5/#FCC). - [ ] `normalize` - [ ] `is_fcc`

feature

Implement `text::operator

feature

Implement Default Caseless Matching as specified in 3.13 in the Unicode Standard.

feature

Implement Default Case Conversion as specified in 3.13 in the Unicode Standard.

feature

Implement the Unicode bidirectional algorithm as per [UAX #9](http://www.unicode.org/reports/tr9/).

feature

Implement the [国家标准 18030](http://source.icu-project.org/repos/icu/data/trunk/charset/data/xml/gb-18030-2000.xml) (aka GB18030) encoding form.

feature