wqweto / ZipArchive

A single-class pure VB6 library for zip with ASM speed
MIT License
55 stars 23 forks source link

ConsolePrint not work correctly on CJK #15

Closed jack6th closed 3 years ago

jack6th commented 3 years ago

I read your answer from stackoverflow How to make VB6 console application which prints output to the command prompt .
It works.
ConsolePrint works on ASCII. But not work correctly on CJK.
eg.
ConsolePrint("确定" & vbCrLf)

How to output CJK correctly ?

wqweto commented 3 years ago

How to output CJK correctly ?

Sorry but I have no idea.

I'll edit the StackOverflow answer not to point to this repo because the question is unrelated.