Closed gbook closed 2 years ago
Convert all encodings to utf8_general_ci, to accept unicode characters from DICOM files and other sources.
utf8_general_ci
Using utf8mb4_general_ci caused too many problems with index sizes when converting encodings.
utf8mb4_general_ci
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.