troubleshooting
How to resolve incorrect character display issue in RisingWave for Postgres-CDC when storing Chinese characters?
I'm facing an issue with RisingWave for Postgres-CDC where the stored Chinese characters are displayed as '���������'. What steps should I take to resolve this issue?
Ma
Master Clock
Asked on Aug 08, 2023
- Check the version of RisingWave being used and ensure it is up to date.
- Use the
latest
image of RisingWave to see if the issue is resolved. - Verify the column type used to store the Chinese characters, consider using
varchar
. - Ensure the database and table encoding is set to UTF-8.
- Update to the latest version of RisingWave if the issue persists.
- Test with the
docker-compose-nightly.yml
configuration to see if the problem is resolved.
Aug 08, 2023Edited by