Two questions
- What is the best way to encode the rarer characters for form element values?
- Is the semi-colon in the example below causing the validation error or is it something else?
HTML
<input type="submit" value="">
Validation Error:
Document uses the Unicode Private Use Area(s),
which should not be used in publicly exchanged documents. (Charmod C073)
The value of this element is causing the error. I need to recode this decimal value to something that will render my glyph and also validates.