Improve alignment of text output for CJK languages#2466
Improve alignment of text output for CJK languages#2466cjee21 wants to merge 1 commit intoMediaArea:masterfrom
Conversation
|
@JeromeMartinez I left the previous codes there if you want to add an option. |
|
There might be edge cases when there is a character with more bytes than a wchar. |
|
Do I interpret well that you switch from full width to 2 half width spaces? the impact is what I saw when manually editing, for example with a copy paste on GitHub: Before: After: It was aligned, it is no more with this patch. I understand that it is due to choice of a font in the web browser, but as it is the default font, it is what most users see. |
This patch is for optimal display in terminals (default/any font) and also in GUI (with correct monospace font for selected language). Result is as seen at MediaArea/MediaInfo#1183 (comment)
Up to you and the others. It does not matter much to me as I only use English and only have filenames/tags in CJK languages which isn't affected since those are on the right side of the colons. What should the option be called and I am not sure how to add an option. |
Follow-up of #2201
Resolves MediaArea/MediaInfo#1183