Git Product home page Git Product logo

Comments (6)

CaaMoe avatar CaaMoe commented on May 28, 2024

Using UTF-8, try again

from multilogin.

KOTOKOPOlb avatar KOTOKOPOlb commented on May 28, 2024

Does not work, it writes �a??? �eKOTOKOPOLb�a ???????? ? ???? ??!

from multilogin.

Becods avatar Becods commented on May 28, 2024

image.png
image

Unable to reproduce, please check your file encoding problem.

Debian 11 and Windows11
Bash and Windows Terminal
Velocity-3.1.2
f746202

from multilogin.

KOTOKOPOlb avatar KOTOKOPOlb commented on May 28, 2024

Right now I don't have access to my Windows 10, I tried it through Ubuntu Server and it works! The problem is cmd windows 10. Have no idea how to fix this?

from multilogin.

ksqeib avatar ksqeib commented on May 28, 2024

Yes, we have no way to fix it.
We all use Chinese. The same is true of normal Chinese incompatibility. It has never appeared since the development.
If we can't reproduce it, there's no way to find the cause and fix it.
In fact, it may also be a problem with your windows cmd console configuration.

from multilogin.

KOTOKOPOlb avatar KOTOKOPOlb commented on May 28, 2024

Why can't I fix it? I fixed it! It was just necessary to slightly change the server start parameters and start.bat.
Was: @echo OFF java -Xmx2048M -DIReallyKnowWhatIAmDoingISwear=true -jar spigot-1.16.4.jar nogui pause
Now: chcp 65001 @echo OFF java -Xmx2048M -Dfile.encoding=UTF-8 -DIReallyKnowWhatIAmDoingISwear=true -jar spigot-1.16.4.jar nogui pause

from multilogin.

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.