Code Monkey home page Code Monkey logo

Comments (10)

christianparpart avatar christianparpart commented on June 27, 2024 1

yes it will. it's also not a hard requirement to me personally. it was an idea that I thought might have made sense. My motivation here mainly (more presicly: exclusively) comes from some Terminal Emulator developers that think about improving Unicode support in terminals think they still need to support Unicode 8 behavior vs later behavior. Reason behind is that sometimes (at least once) the east asian width of a character has changed across the Unicode versions (specifically between version 8 and 9). I am not sure there is anything else really important that changed - also in later versions (that is important for TEs and their apps).

So if you ask me, i'm also fine in just having the latest version. :)

Thx also for the links of the other projects. I however doubt I'll drop this project here, but instead improve on it steadily (still much to add, such as BiDi support in order to support bidi languages in Contour some time in the future.)

from libunicode.

data-man avatar data-man commented on June 27, 2024 1

i'm also fine in just having the latest version

So could I do PR? ;)

from libunicode.

christianparpart avatar christianparpart commented on June 27, 2024 1

improving Unicode support in terminals think they still need to support Unicode 8 behavior vs later behavior.

I think port https://github.com/jquast/ucs-detect to C++ can be useful in this library.
?

I don't know yet (i am on smartphone right now) but i will have a look at it. :)

from libunicode.

christianparpart avatar christianparpart commented on June 27, 2024

I love it!

But i would prefer to namespace by unicode version in order to give access to both/ more versions. What do you think?

So that if you request the script of a Codepoint in unicode 13, the API call would be unicode::v13::script(...) with the main namespace importing the latest version (i think libstdc++ is doing there exact same truck).

But i am absolutely fine in doing the fiddling myself. :)

Many thanks!

from libunicode.

christianparpart avatar christianparpart commented on June 27, 2024

Because that fiddling might be more invasive.

from libunicode.

data-man avatar data-man commented on June 27, 2024

What do you think?

Won't that increase binaries' size?

Just for note, there're some good C++17 Unicode libraries (IMO):
https://github.com/yhirose/cpp-unicodelib
https://github.com/cor3ntin/ext-unicode-db

from libunicode.

christianparpart avatar christianparpart commented on June 27, 2024

i'm also fine in just having the latest version

So could I do PR? ;)

yes, please. :)

from libunicode.

data-man avatar data-man commented on June 27, 2024

One last question, probably: with the updated 3rdparty libraries?

from libunicode.

christianparpart avatar christianparpart commented on June 27, 2024

One last question, probably: with the updated 3rdparty libraries?

👍 :)

from libunicode.

data-man avatar data-man commented on June 27, 2024

improving Unicode support in terminals think they still need to support Unicode 8 behavior vs later behavior.

I think port https://github.com/jquast/ucs-detect to C++ can be useful in this library.
?

from libunicode.

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.