I am stuck on a project that requires foreign language characters.
I need to input these and store them in the database as well as output them from the database to the screen.
For example, I have this string Kupon obuhvaća: that shows as Kupon obuhvaća: when I output it.
Do you have any idea?
Sorry, turns out it was because my framework (codeigniter) was set to utf-8 . Hate it when I find the answer RIGHT after posting a question (embarrassed )