xml - How to assign glyphs to control characters? -


it seems xml doesn’t accept values in range from�toinside attributes allow#x7fto¡. trigger kind of error in parser :

parser error : xmlparsecharref: invalid xmlchar value 18 <glyph glyph-name="uni00000f" unicode="&#x12;"                                        ^ 

i tried opening file in several web browsers , got similar error messages same lines.
couldn’t find in standard purpose of behaviour. seems escaped unicode control characters allowed.

so know reason of design ?
there alternative defining , using glyphs outside svg file ?


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -