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... Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.