Coder Social home page Coder Social logo

loara / stringsuite Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 1.0 885 KB

C++ library to manage strings with different encodings

License: GNU Lesser General Public License v3.0

CMake 1.79% C++ 98.21%
cpp encoding string-manipulation linux serialization utf-8 utf-16 utf-32 unicode shift-jis koi8 latin1 string strings

stringsuite's Introduction

StringSuite

GitHub release (latest by date) GitHub GitHub GitHub GitHub issues

C++ library to manage strings and (almost) any kind of encoded data.

License

Encmetric is written under the GNU Lesser General Public License (LGPL) version 3. For more informations see COPYING and COPYING.LESSER files

Build and Install

To build the library you need cmake version 3.20 or later and a C++ compiler that supports C++20 concepts (for example gcc v. 11.2 or newer).

To build and install the library you can run these commands:

cmake -S src -B build
cmake --build build
cmake --install build

Arch Linux

On Arch Linux you can use package stringsuite in AUR, additional informations can be found at https://aur.archlinux.org/packages/stringsuite/.

Encodings currently included in this library

See Included encodings for an up-to-date list of included encodings sort by library version.

Basic documentation (work in progress)

You can take a look at our index for a quick introduction to StringSuite library. Additional informations can be took inside the source code.

stringsuite's People

Contributors

loara avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

xinsuinizhuan

stringsuite's Issues

Additional facilities in repository

Hello.
Could you commit additional (depending and dependant) code facilities: those absent in the repository?
eg. "new_const_pt", "new_string_view", etc.

Reading integers

Read integers from encoded streams with the standard formatting.

Create option parser

Create a simple option parser in order to decode options passed. Use a Wikipedia-like template format.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.