I'd like to be able to convert speical characters to the ASCII code. There is the option to convert a quote to "e; but I'd need to convert it to &#34 . I need to be able to do this with any special character.
An even better option would be to convert "e; directly to &#34 . Is there a way to do either of these things?
An even better option would be to convert "e; directly to &#34 . Is there a way to do either of these things?
Comment