Skip to content

Conversation

hexakon
Copy link

@hexakon hexakon commented Jul 18, 2025

In most european countries, a comma is used to denote decimal numbers instead of a period. This confuses SQLite into thinking there are 3 columns instead of 2 and throws an error, since the comma for decimal is interpreted as a separator between columns.

This commit fixes the problem and allows the program to be built under any locale.

@epico epico merged commit ceae61c into libpinyin:main Jul 21, 2025
1 check passed
@epico
Copy link
Member

epico commented Jul 21, 2025

Thanks for the patch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants