Characters filtered by Dynamic Import
The following characters are stripped by Dynamic Import when data is extracted to Property Sheets.
| Description | Character |
|---|---|
| equal sign | = |
| left/opening brace | { |
| left/opening bracket | [ |
| right/closing brace | } |
| right/closing bracket | ] |
| colon | : |
| semi-colon | ; |
| question mark | ? |
| dot | . |
| comma | , |
| greater than | > |
| tilde | ~ |
| Inverted exclamation | ¡ |
| Centsign | ¢ |
| Pound sterling | £ |
| General currency sign | ¤ |
| Yen sign | ¥ |
| Broken vertical bar | ¦ |
| Section sign | § |
| Umlautor dieresis | ¨ |
| Copyright | © |
| Feminine ordinal | ª |
| Left angle quote, guillemot left | « |
| Notsign | ¬ |
| Soft hyphen | - |
| Registered trademark | ® |
| Macron accent | ¯ |
| Degree sign | ° |
| Plus o rminus | ± |
| Super script two | ² |
| Super script three | ³ |
| Acute accent | ´ |
| Micro sign | μ |
| Paragraph sign | ¶ |
| Middle dot | · |
| Cedilla | ¸ |
| Superscript one | ¹ |
| Masculine ordinal | º |
| Right angle quote, guillemotright | » |
| Fraction one-fourth | ¼ |
| Fraction one-half | ½ |
| Fraction three-fourths | (¾ |
| Inverted question mark | ¿ |
The following characters are converted to a space by Dynamic Import when data is extracted to Property Sheets.
| Description | Character |
|---|---|
| single quote | ' |
| double quote | " |
| pipe | | |
| back tick | ` |
| Description | Character | Note |
|---|---|---|
| ampersand | & | is converted to a plus sign (+) |
| left angle bracket | < | causes an import error except as part of your markup Use the character entity > or character code < |
| right angle bracket | > | causes an import error. For example: Error (-26) Omnimark Failed. See omni2512.log Where, for example, the omni2512.log file reports: |
ompxyom -- Markup Error (0140) on line 152 in file Markup Stream: A character which is declared in the current concrete syntax to be non-SGML must not be used in the document unless entered using a character reference. The character's character number is 60. | ||
Use character code > Note that the error for right angle bracket is the same as for left angle bracket. It erronously reports the character code number as 60 however, it is indeed code number 62 as noted above. |
For a complete table of HTML character codes, see http://www.obkb.com/dcljr/chars.html