Giter Site home page Giter Site logo

Comments (4)

HowardHinnant avatar HowardHinnant commented on May 8, 2024

Ok, thanks for the feedback. I was actually wondering if anyone would ever notice the lack of wide stream support. Wide streams seem rarely used and I had actually started to wonder if anyone used them. You have proven to me that somebody does. :-) I will add wide stream support.

from date.

pip3dr3am avatar pip3dr3am commented on May 8, 2024

Wow! That's good news indeed! Looking forward to it :-) I think the main reason that nobody has come up with requesting wide char support is that most of your "users" are non Windows users. Every system call to the Windows OS is done in Unicode (UTF-16 LE => wchar_t in Windows). If you call the ANSI version of the OS call it will be translated to the Unicode version before being issued to the OS. If you have a lot of them (whatever the critical mass may be) it will make the application "slower". So I just code everything in wchar_t, live with the wasted one byte, but enjoy faster speed since I directly call the Unicode functions and avoid costly translations....

from date.

HowardHinnant avatar HowardHinnant commented on May 8, 2024

See if 76bef1f meets your needs.

from date.

HowardHinnant avatar HowardHinnant commented on May 8, 2024

Fixed.

from date.

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.