Re: Issue 240 Reply

Just a quick note...

The format of the Unicode hex should not have the 0x preceding the 
number as per their standard. So the html section should be:

```html
<p>Would you like a <span adapt-symbol="13882">drink</span>?</p>

<p>Would you like a <span adapt-symbol="U+E251">drink</span>?</p>
```

**Example 2 (concept requiring multiple Bliss-characters to identify)**

  ```html
<p>A nice cup of <span adapt-symbol="17511">tea</span>.</p>

<p>A nice cup of <span adapt-symbol="U+E251,U+E00E">tea</span>.</p>
```

Russell

Received on Wednesday, 3 April 2024 16:14:22 UTC