monospacifier icon indicating copy to clipboard operation
monospacifier copied to clipboard

DBCS (particularly CJK) support

Open win98se opened this issue 3 years ago • 2 comments

Currently all DBCS characters' widths are chopped as half after being processed by monospacifier.py.

image

image

image

(Still can be displayed in full when spaces are added between every character though)

win98se avatar May 09 '22 09:05 win98se

We could add a special case that picks a multiple of the base char width instead of 1; would you consider submitting a patch?

cpitclaudel avatar May 10 '22 21:05 cpitclaudel

Sure, just sent - see #33.

win98se avatar May 11 '22 02:05 win98se