Code Monkey home page Code Monkey logo

Comments (1)

yhirose avatar yhirose commented on August 14, 2024

@mjsurette, thanks for the information of your library. In fact, I have already written my own Unicode library which also includes UTF conversion functions. 😄
https://github.com/yhirose/cpp-unicodelib#encoding

Since the input interfaces of peglib are const char* and std::string, it accepts only 8-bit character encoding such as ASCII or UTF-8. I just would like to stick to it for simplicity, rather than introducing interfaces of other character sizes.

One remaining problem with the 8-bit approach is how to properly handle . PEG operator (It is in the TODO list.). It should match any character. But the meaning of it depends on the encoding or the user's intention. It could be just a ASCII single byte in ASCII encoding, or a valid UTF-8 byte sequence or a valid UTF-8 grapheme cluster in UTF-8. Since it's enough for all my projects so far that . matches a single byte, I just leave it for now.

Anyway, thanks for your interest in this library!

from cpp-peglib.

Related Issues (20)

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.