gbook / nidb

NeuroInformatics Database
GNU General Public License v3.0
26 stars 8 forks source link

SQL schema character encoding inconsistent #99

Closed gbook closed 2 years ago

gbook commented 2 years ago

Convert all encodings to utf8_general_ci, to accept unicode characters from DICOM files and other sources.

Using utf8mb4_general_ci caused too many problems with index sizes when converting encodings.