When accessing RSS feed (http://www.jmcrane.com/weblog/feed/rss), the XML parser resolves correctly.
But when accessing RSS2 feed (http://www.jmcrane.com/weblog/feed/rss2), an XML parse error comes up because the get_settings('blog_charset') is not executing properly to give UTF-8.
Any ideas on what may be causing this? I have tried deactivating plugins to no avail.