dosubot[bot] commented on issue #8181: URL: https://github.com/apache/incubator-devlake/issues/8181#issuecomment-2475637722
<!-- Answer --> The message field in the commit table is displaying garbled text for Chinese characters because the migration script modifies the `message` column to use `LONGTEXT CHARACTER SET binary`. This character set does not support proper encoding for Chinese characters, leading to garbled text. The `binary` character set treats the text as raw bytes, which is not suitable for multi-byte character sets like those used for Chinese characters <sup>[[1]](https://github.com/apache/incubator-devlake/blob/main/backend/plugins/sonarqube/models/migrationscripts/20240325_modify_commit_character_type.go)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org