missing important characters

Ideas for new features

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Pierino Vidoni
Posts: 1
Joined: Tue Jun 01, 2010 9:24 pm
Location: Bienne -Switzerland

missing important characters

Post by Pierino Vidoni »

i use textpad since many years and works perfectly, till now never had the necessity to display exactly with a single character the symol "<=" , i wrote that instead the existent character "less or equal" but in one web page i need to use such kind f characters absolutely, i had to download notepad to look at them because teher is always an error code page 1512 on texpad

here a little example of the html code :

<tr>
<td>Rise/Fall times</td>
<td>≤ 10 ns</td>
<td>10 to 90 % level</td>
</tr>
<td>Frequency calibration</td>
<td>≤ ± 10 ppm</td>
<td>@ 25 °C</td>
</tr>

the character less or equal appears correctly on this message, but not on textpad ... i have 4 characters like that i need, what to do? any othe character set available? selection possible?
ben_josephs
Posts: 2461
Joined: Sun Mar 02, 2003 9:22 pm

Post by ben_josephs »

You might use &# 8804; (without the space), which is what this page uses.
Post Reply