mantisbt-plugins / timetracking

Other
27 stars 43 forks source link

mantis_plugin_TimeTracking_data_table collation problem #16

Closed ghost closed 8 years ago

ghost commented 9 years ago

Default collation of table is not utf8 and because of this cyrillic symbols are not displaying correctly. I had to manually change collation in database.

dregad commented 8 years ago

Collation is set at DB level; Mantis plugin API will use whatever default is defined.