BUG: copy & paste into a resource text box loses superscript on letters but not numbers.
Only plain text is supported in these entry fields.
The copy feature converts some numbers with superscript formatting to Unicode superscript numbers¹, because those are commonly supported by many fonts. However, Unicode doesn't define code points for superscript Latin letters (AFAIK), so no such conversion is possible.
¹ This is the difference between <sup>2</sup> and ² in HTML, if that makes sense.
Makes perfect sense but that doesn't mean I'm satisfied with the design.[:)]