Skip to content

Fix european locales unable to make and install#520

Merged
epico merged 1 commit into
libpinyin:mainfrom
hexakon:main
Jul 21, 2025
Merged

Fix european locales unable to make and install#520
epico merged 1 commit into
libpinyin:mainfrom
hexakon:main

Conversation

@hexakon

@hexakon hexakon commented Jul 18, 2025

Copy link
Copy Markdown

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

epico commented Jul 21, 2025

Copy link
Copy Markdown
Member

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