Question data cannot be written using non-ASCII characters #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: nu/PDQoTD#1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Data pulled from the default SQLite database becomes mojibaked if it uses non-ASCII characters. Appears to be a problem with either DBI, the way the default database works, or perhaps how SQLite works.
Fixed in commit
8c415e9850
. The issue seemed to be that, for very specifically thesqlite_unicode
option in the options hashref, DBI (or the SQLite driver?) was expecting that the options array be after the username and password entries for the database... which it didn't have, because SQLite doesn't need those and I wrote it with that in mind lmaoJust having empty user/pass args was enough to fix it