-
Notifications
You must be signed in to change notification settings - Fork 646
Chinese (utf-8) character display problem #1294
Copy link
Copy link
Closed
Description
Hi,
I have met a problem with the display of Chinese (utf-8) characters. The Chinese contained in the commit message or code will be displayed as a ~ symbol when viewed in tig:

git log command output is normal:

I checked the previous issue, which mentioned that it is necessary to link to the ncursesw to support UTF-8 character display.
But, I have compiled tig with ncursesw using git source, tig --version output is:

The compilation command:
make configure && ./configure --prefix=${DEST_PATH}/tig
make -j 4 && make install
The output related to ncursesw when the configure command is executed is:

Is there anything wrong with this process? Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels