Code Monkey home page Code Monkey logo

Comments (4)

goblinfactory avatar goblinfactory commented on June 18, 2024

Please provide a small code example, that shows what you want to happen, and then ...what does happen.

for example;

          var w = new Window(20, 5);
            (var left, var right) = w.SplitLeftRight("left", "right");
            left.WriteLine("one\r\ntwo\rthree\nfour");
            
            /*
             I am expecting to see the words get wrapped, and the last word "four" to also cause a carriage return
                ┌─ left ─┬─ right ─┐
                │three   │         │
                │four    │         │
                │        │         │
                └────────┴─────────┘
            
           but instead I see the following; it appears as if there there are 2 carriage returns instead 
          of one after the last line.
                ┌─ left ─┬─ right ─┐
                │four    │         │
                │        │         │
                │        │         │
                └────────┴─────────┘
            */

This will help explain exactly what you mean, and what behaviour you are expecting from Konsole.

Thank you

Alan

p.s. the test above is fictitious (made up) - to demonstrate how to ask for help using an example to clarify what you are expecting.

from konsole.

winplusx avatar winplusx commented on June 18, 2024

This is the Code:
var test = Window.OpenBox("Test Chinese", 20, 12, new BoxStyle()
{
ThickNess = LineThickNess.Single
});
test.WriteLine("这是一个中文句子测试,是否可以自动换行不越界");

/*
I am expecting to see the words get wrapped

┌── Test Chinese ──┐
│这是一个中文句子
│测试,是否可以自 │
│ 动换行不越界 │
│ │
└─────── ─────┘

but instead I see the following
┌── Test Chinese ──┐
│这是一个中文句子测试,是否可以自动换
│行不越界 │
│ │
│ │
└─────── ─────┘
Thank you for any help.

from konsole.

goblinfactory avatar goblinfactory commented on June 18, 2024

Thank you, ... I'll take a look at this tomorrow.

from konsole.

goblinfactory avatar goblinfactory commented on June 18, 2024

Hi @winplusx
I get similar results, so possibly the answer is no.
I dont have an chinese operating system to test on, in case that impacts the Operating system console in some way or other.

It's possible there might be work arounds, but the few experiments I've done in the past to support additional character sets (fonts) have involved configuring the windows command console itself to use a specific font.

Which means that even if there were some tricks, they would not help you create a C# application you can give to someone else, without requiring them to jump through the same tricks/hoops.

We also cannot force the console to use a specific font programmatically, not easily and not worth the hassle.
So ... this is a no from me unfortunately.

Alan

from konsole.

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.