Names of objects are changed when exporting to SVG
I noticed that AI CC version 25.4.1 (macOS 11.4 German) changes the names of objects in SVG.
Example: A rectangle with the name "(BG)" becomes <g id="_x28_BG_x29_"> in the exported SVG.
_xNN_ looks like Unicode when NN are two decimal numbers. So the two brackets become _x28_ and _x29 respectively.
Unfortunately, I found that there is no system. Because a colon ":" or "." remains a dot in SVG.
Other special characters like π -> π or Ä -> Ä become real unicodes.
Where can I find a list of which characters are translated and how?
And why is that necessary at all? In Inkscape, an SVG element can also be called (BG) with real brackets.
– Jens
