I'm trying to figure out the proper way to encode a bullet character (ASCII charater 149 decimal or 0x95 hex) in an XML document. Can I just put in a literal 0x95 code, i.e. a 0x95 hex character when viewed in a hex editor?
Or is it legal to specify a specic hex character in XML such as \x95 ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.