Hi, I'm trying to make WordPress automatically convert all html entities into decimal entities. I'm having particular trouble with two areas.
1) I'm really concerned about this: How do I make Category Title and Comments use decimal entities rather than HTML entities?
2) How do I make all topic titles (and maybe even posts) use decimal entities rather than HTML entities?
If it's any help, I have two arrays already written, one with html entity and the other with decimal entity (I realise that there isnt a ready-made function within PHP). So I could do a string replace after all special characters are translated to html entity. However I dont know where the category title/comment is being processed.
Thanks.