godotengine / godot-git-plugin

Git implementation of the VCS interface in Godot
MIT License
697 stars 73 forks source link

Could not display unicode commit message? #226

Closed Muyangmin closed 6 months ago

Muyangmin commented 6 months ago

I'm new for Godot and this plugin. For a testing purpose I downloaded example project and add this plugin into res:/ folder. The plugin works but I meet a problem after tried to perform the first commit: The history is displayed as garbled characters. (See the examples below)

Is there some settings I missed? Or the plugin is currently not support unicode chars?

Environment: Windows 10, Language: Simplified Chinese. Godot version: v4.2.1.stable.official [b09f793f5] VCS plugin version: 3.1.0

Raw commit message: "添加 git 插件。" (just means, "Add git plugin.") image

Displayed in history and vcs window: image

Thanks for reading and appreciate for any reply : )

Calinou commented 6 months ago

Thanks for the report! Consolidating in https://github.com/godotengine/godot-git-plugin/issues/150.