Giter Club home page Giter Club logo

Comments (2)

SergeiAlonichau avatar SergeiAlonichau commented on May 18, 2024

Hi David

The solution might be to add one more Load function that takes wchar_t name as input. Feel free to prepare a PR for this.

Also as described here https://stackoverflow.com/questions/23285759/fopen-file-name-with-utf8-string-in-windows you can try getting a short file name for your file name and feed that.

I am not sure if setting locale to UTF-8 (setlocale(LC_ALL, ".65001");) would make it work as well with UTF-8 string passed as a file name.

An alternative solution can be to take a path as UTF-8 string (as a super set of ASCII) and if there are any non ascii bytes then convert it to wchat_t (utf16le ?) string and use the _wfopen_s under the hood.

Thank you!

from blingfire.

DavidObando avatar DavidObando commented on May 18, 2024

The approach described in https://stackoverflow.com/questions/23285759/fopen-file-name-with-utf8-string-in-windows worked well for us. We're now only sending short path names to BlingFire, which works well for all our supported scenarios.

If I find any shortcomings that require us to add a wide character Load function I'll prepare a PR. For now I'll close this issue.

Thank you!

from blingfire.

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.