2

A HTML helpfile is not displayed in AX Help ( F1 in AX if HelpServer is configured ), as soon as a mutated vowel is used in the document:

<p>Testentry A</p> is displayed as Testentry A

<p>Testentry &uuml;</p> - the whole document is not displayed

<p>Testentry &#124;</p> is again displayed as Testentry |

Is there a setting or something to be able to use mutated vowels in documentation?

Nico
  • 1,175
  • 15
  • 33

1 Answers1

0

Have you tried this one?

<p>Testentry Ü</p>

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50