HTML Character Encoding -
when outputting html content database, encoded characters being interpreted browser while others not.
for example, %20 becomes space, %ae not become registered trademark symbol.
am missing sort of content encoding specifier?
(note: cannot realistically change content to, example, ® not have control on input editor's generated markup)
%ae not valid html safe ascii, can view table here: http://www.ascii.cl/htmlcodes.htm
it looks dealing windows word encoding (windows-1252?? that) not convert html safe, unless sort of translation in middle.
Comments
Post a Comment