Giter Site home page Giter Site logo

Comments (7)

janwilmans avatar janwilmans commented on June 10, 2024

from debugviewpp.

luodaoyi avatar luodaoyi commented on June 10, 2024

Example:

Change setting to Japanese. or Korean language.
Then call OutputDebugStringW("δΈ­ζ–‡") with Chinese unicode charset.

In DebugView++ show: "????";

from debugviewpp.

janwilmans avatar janwilmans commented on June 10, 2024

image

from debugviewpp.

janwilmans avatar janwilmans commented on June 10, 2024

Please try changing the setting above, you can find it by searching for "Region" in the start menu, and send messages using OutputDebugStringW() and encoded as UCS-2 (windows own variant of UTF-16)

from debugviewpp.

janwilmans avatar janwilmans commented on June 10, 2024

Example:

Change setting to Japanese. or Korean language. Then call OutputDebugStringW("δΈ­ζ–‡") with Chinese unicode charset.

In DebugView++ show: "????";

You mean when the language in the OutputDebugStringW is different from the non-unicode programs setting in the Region dialog?

from debugviewpp.

WebDancer69 avatar WebDancer69 commented on June 10, 2024

You mean when the language in the OutputDebugStringW is different from the non-unicode programs setting in the Region dialog?

Not necessarily the "language", but a lot of characters does not exist in the (limited) code page.
Like e.g. Greek characters (in math) and emojis. Even if you try to avoid using "foreign" / "complex" characters in debug messages you often print project data, which can contain any Unicode glyph.

Later>> no sorry I was confusing two projects, debugviewpp has no UTF-8 support.

Are you sure DebugViewPP does not support it? It should support it if it supports other MBCS.
image

from debugviewpp.

janwilmans avatar janwilmans commented on June 10, 2024

well, debugview does not support UTF-8 natively, in code I assume everything is in UCS-2 but this windows feature might help, I am not sure. I will do some more testing. Let me know if you already found a solution?

from debugviewpp.

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.