Skip to content

Non-ASCII unicode characters are encoded incorrectly #148

@jun-ke

Description

@jun-ke

Hello

When replicating from scratch, non-ascii characters (cyrillic, for example) transfered to clickhouse correctly, but when a new row added in MySQL after initial replication is finished, in Clickhouse symbols are saved like '\uffffffd0\uffffff91'.

For example, field in MySQL:
"some_text:Б" -- "Б" is U+0411

in Clickhouse it appears as:
"some_text:\uffffffd0\uffffff91"

When replicating from scratch, problem doesn't appear, it's only on real-time replication

In MySQL character set is 'utf8mb4'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions