Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>1st Solution:</p> <p>&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;</p> <p>&lt;mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"&gt;</p> <p>Just set the encoding value of the mxml file and you can type the special character right in. ISO-8859-1 encoding type works for me with the © symbol. </p> <p>2nd Solution:</p> <p>Let's Example, The © escape sequence is only defined for HTML, and not XML. According to the W3C XML 1.0 recommendation, only a handful of such mnemonic escape sequences are defined. However, you can include other characters using numeric character references by specifying their Unicode code points. </p> <p>See: <a href="http://www.w3.org/TR/REC-xml/#syntax" rel="nofollow noreferrer">http://www.w3.org/TR/REC-xml/#syntax</a></p> <p><strong>For instance, the copyright symbol can be expressed as either (without the double quotes): "©" or "&xA9;" (hexadecimal).</strong> This will work provided the font that you're using has the glyphs for the code point that you're referencing (as Unicode defines characters and symbols from a very wide assortment of languages, many of which will not exist in all fonts. </p> <p>For a list of all the Unicode characters and their code points, you can consult the Unicode code charts available here: </p> <p><a href="http://www.unicode.org/charts/" rel="nofollow noreferrer">http://www.unicode.org/charts/</a></p> <p>You can also lists online giving the code points for some of the more common symbols, and most operating systems now come with a character or symbol picker (e.g. Microsoft Windows' character map utility) that'll oftentimes list the characters' code points as well. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload