If you have a problem
with incorrect character encoding:
try this: print utf8_decode($course->title)
instead of: print $course->title
Consider that I'm not sure if is it a proper way to 'repair' UTF-8,
I mean using Drupal 6 API etc., but it works and now it's ok.
Comments