Korean Characters Not Displaying Correctly
I've encountered an issue with Lazygit where Korean characters are not being displayed correctly in the terminal. It seems that the characters are either missing or displayed as garbled text. I suspect this issue might be related to Unicode handling within the Go libraries used by Lazygit, specifically in the parts where Korean characters might be getting exceptional treatment.
I've checked the terminal encoding settings and ensured they are set to UTF-8. Additionally, I've explored the Lazygit config file and noticed that certain configurations related to Unicode might be set to false. I'm wondering if there's a way to adjust Lazygit's configuration to improve the handling of Korean characters or if this issue is indeed stemming from the underlying Go libraries.
Any guidance on resolving this issue or suggestions for workarounds would be greatly appreciated.