Skip to content

Commit

Permalink
Fix UTF-8 settings for locale database.
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Apr 29, 2016
1 parent 08b3816 commit 1272271
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/strap/dbconf/mysql/locale.dbm
@@ -1,2 +1,3 @@
Database locale locale.txt TAB
Database locale EXPORT_SORT code
Database locale GDBM_ENABLE_UTF8 1
1 change: 1 addition & 0 deletions dist/strap/dbconf/pgsql/locale.dbm
@@ -1,2 +1,3 @@
Database locale locale.txt TAB
Database locale EXPORT_SORT code
Database locale GDBM_ENABLE_UTF8 1
1 change: 1 addition & 0 deletions dist/strap/dbconf/sqlite/locale.dbm
@@ -1,2 +1,3 @@
Database locale locale.txt TAB
Database locale EXPORT_SORT code
Database locale GDBM_ENABLE_UTF8 1

0 comments on commit 1272271

Please sign in to comment.