I am getting odd characters between the breadcrumbs: "�Ć" in fact.

I was getting this in Garland too I think. I hve tried lookinga the CSS but can't find anything wrong.

I get the above characters in Firefox on the Mac
I get the different characters in Safari.
I have tried it on other OS or browsers.

Are other people seeing this error?
See attached screenshot.

CommentFileSizeAuthor
Picture 17.png4.72 KBkarl sf

Comments

johnnybegood’s picture

Status: Active » Closed (works as designed)

Hi Karl,

This has to do with the default encoding of the character ">>" in Drupal I think. I don't have any problems viewing these correctly but some browsers setting might not interpreta this properly.

Perhaps you should post this at core team level support so they might look into for further Drupal releases.

Cheers.

dorelxa’s picture

I have the same exact problem with the �à showing up in the breadcrumbs (whatever that means).

platform3’s picture

Project: Aberdeen » Drupal core
Version: 5.x-1.6 » 5.1
Component: User interface » base system

I believe this is happening because of a '»' character in this file: (root) includes/theme.inc

Line 627:
return '<div class="breadcrumb">'. implode(' » ', $breadcrumb) .'</div>';

So you need to change this » to &raquo;

It would be great if this could be amended in the core drupal download.