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

Status: Fixed » Closed (fixed)
Issue tags: -utf-8, -utf8

Automatically closed -- issue fixed for 2 weeks with no activity.