Encoding problem after / from database
I'm making a bookmarking system. But when I insert the selected heading "Chapter 4. Examples of advanced use of VLC stream output (transcoding, multiple streams, etc.)" It looks great in the database, but when I print it again on the -page display it looks like this :
Chapter 4. Examples for advanced use of VLC stream output (transcoding, multiple streaming, etc...)
Why is this happening and how can I fix it?
The whole system runs on utf-8.
Thanks in advance! =)
Chances are your application layer doesn't use utf-8. Try to isolate the problem by inserting known extended characters (eg .'-) into the database and into your application code and see how they appear.
What database are you working on?
Does this happen to any other records in the database, or just this?