HeaDmiLe Posted July 20, 2008 Share Posted July 20, 2008 Need a suggestion here. I'm starting a new project that need to support croatian characters ( Č č Ć ć Ž ž Š š Đ đ ) and i use a utf8_general_ci collation. Do you suggest to put these characters in "native" form ( š ) or there is a better way to put it into db like utf8 html entity ( &scaron... etc )? Thank on your help... Link to comment https://forums.phpfreaks.com/topic/115693-solved-mysql-collation-and-croatian-characters/ Share on other sites More sharing options...
tivrfoa Posted July 20, 2008 Share Posted July 20, 2008 hello! I suggest you to use "native" form, because if you use html entity you'll need to convert and decode every time. But I don't know what collation supports croation characters. Link to comment https://forums.phpfreaks.com/topic/115693-solved-mysql-collation-and-croatian-characters/#findComment-594798 Share on other sites More sharing options...
HeaDmiLe Posted July 20, 2008 Author Share Posted July 20, 2008 Thank you... I built a filter (input / output) script so decoding is not a problem. I think utf8_general_ci supports croatian characters. I have used latin1_swedish_ci and this was a little tricky. Link to comment https://forums.phpfreaks.com/topic/115693-solved-mysql-collation-and-croatian-characters/#findComment-594876 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.