Closed (fixed)
Project:
Drupal core
Version:
5.7
Component:
other
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
22 Nov 2008 at 11:03 UTC
Updated:
29 Dec 2009 at 17:36 UTC
in all of my drupal page (i dont know how but) some special characters (invisible character that free diff recongnize theam as "") added in start of all pages and change all item of template
you can see this in hear: http://itpnews.com
how can i remove these hidden caracters?(you can find them by viewing source of any page of this site and select first carachter of that page)
please help me
Comments
Comment #1
dvessel commentedI doubt this is a theme issue or even a core issue. You're going to have to trouble shoot this yourself. Try searching your whole installation for that string. Please explain further or close this when you find the problem.
Comment #2
heine commentedThe characters you see are the UTF-8 Byte Order Mark (EF BB BF). The BOM was probably added to a file when it was saved after editing. Notepad is known for doing this. You need to find the file and resave it as UTF-8 without BOM.
Comment #3
esmailzadeh commentedthanks for replies
this character is invisible and i find this with selecting this with any simple text editor like notepad,dreamviewer.. that search has not any result but i find this character in my html source
how can i find this character in source code?
is this possible that this is a hosting problem? when i transfer my host to another hosting this problem was shown up
Comment #4
heine commentedUse a hexeditor (eg http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm).
To find the file use grep from the drupal root:
This will give you a list of files to work with.
Comment #6
esmailzadeh commentedthis caused by using notepad for editing my codes.