Diamonds with question marks
        Posted  
        
            by hokkaido
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by hokkaido
        
        
        
        Published on 2010-05-11T09:13:05Z
        Indexed on 
            2010/05/11
            9:24 UTC
        
        
        Read the original article
        Hit count: 296
        
Hi,
I'm getting these little diamonds with question marks in them in my HTML attributes when I present data from my database. I'm using EPiServer and a few custom properties.
This is the information I've gathered,
- I save my data as a XML document, since I use custom EPiServer properties which need more than one defined value. This is saved as UTF8. 
- It's only attributes in element tags which have this problem, such as align=left becomes align=?left?. There is no " character there, but I get the diamonds anyway. 
- If I use " outside an element, it works and shows correctly. 
Any clues?
© Stack Overflow or respective owner