Coder Social home page Coder Social logo

Comments (2)

isanae avatar isanae commented on August 14, 2024

Looks like it's a combination of codepage 65001, the Consolas font and powershell. I can reproduce it reliably by selecting the Consolas font in the console and doing

> chcp 65001
> powershell

I change the codepage to 65001 (UTF-8) for some tasks and tools to handle non-ascii characters. Without it, some tasks fail if you have non-ascii characters in %TEMP%, for example.

When powershell runs, it will change the active font if it thinks the current one can't display everything from the codepage. In this case, it assumes Consolas cannot display UTF-8 and changes to raster. I don't execute powershell directly, but I'm pretty sure msbuild does.

Note that it doesn't happen with the new terminal at all and I've never had the problem when mob is launched from the debugger. I can reproduce it if I change the debugging settings to launch cmd and type the two commands above, but not when running mob directly. Nevermind, I get it all the time

Not sure what to do about that.

from mob.

isanae avatar isanae commented on August 14, 2024

I did a crap workaround in 17b6aa2. I restore the console font if it changed once mob finishes. It's not a fix, so I'll leave this open.

from mob.

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.