Code Monkey home page Code Monkey logo

Comments (4)

Narann avatar Narann commented on May 28, 2024

I'm not sure it's a mupen bug. What happen if you open a terminal in the problematic folder?

from mupen64plus-ui-console.

Jj0YzL5nvJ avatar Jj0YzL5nvJ commented on May 28, 2024

https://imgur.com/a/zyP38QL
https://imgur.com/a/5RFNy85

from mupen64plus-ui-console.

Jj0YzL5nvJ avatar Jj0YzL5nvJ commented on May 28, 2024

It appears that an unnecessary string conversion is being performed.
https://imgur.com/a/OtmpuZY

mupen64plus/mupen64plus-core#688
loganmc10/m64p#157

Edit:
Sorry, I packed the wrong text file (test2.txt vs hmm.txt).
Fixed - test2.zip

from mupen64plus-ui-console.

loganmc10 avatar loganmc10 commented on May 28, 2024

I don't think mupen64plus-core really supports Unicode/UTF-8 on Windows.

mupen64plus-core uses fopen (and similar functions). This works for UTF-8 on Linux, however on Windows you need to use _wfopen and pass it a wchar_t/UTF-16 string.

Those functions should be brought into "osal" and have separate implementations for Windows and Linux.

from mupen64plus-ui-console.

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.