Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 341 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 341 Bytes

Compact String

Flexible String Implementation for C99.

Features:

  • String is stored as array of character.

  • Accept utf-8/latin1/ucs2/ucs4 raw string.

  • Convert raw string to latin1/ucs2/ucs4 encoding.

  • Each character will takes 1/2/4 bytes.

  • Compatible with C String, but more than C string.

License:zlib