See the dojox/html/styles.entities reference documentation for more information.
Function to obtain an entity encoding for a specified character
Parameter | Type | Description |
---|---|---|
str | undefined | The string to process for possible entity encoding to decode. |
m | undefined | An optional list of character to entity name mappings (array of arrays). If not provided, it uses the HTML and Latin entities as the set to map and decode. |
Function to obtain an entity encoding for a specified character
Parameter | Type | Description |
---|---|---|
str | undefined | The string to process for possible entity encoding. |
m | undefined | An optional list of character to entity name mappings (array of arrays). If not provided, it uses the and Latin entities as the set to map and escape. |