Anforderung an Zeichenmenge und Formatierung (Requirement for character quantity and formatting)

For the well-known article texts such as Short Text 1 and 2, Long Text, and Dimension Text, the following requirements apply universally to the character set:

  • Alphanumeric characters in uppercase and lowercase with umlauts and spaces.

  • Allowed special characters: !"#$%&’()*+,-./:<=>?@^_`§ß

For the optional article texts such as Article Short Description, Article Description, Marketing Text, and Usage Note, extended requirements apply to the character set based on UNICODE:

  • U0020 - U007F Latin Basic without control characters

  • U00A0 - U00FF Latin-1 Supplement without control characters

  • U0100 - U017F Latin Extended-A

  • U0370 – U03FF Greek, Coptic

  • U0400 – U04FF Cyrillic

The formatted flowing texts such as Article Description, Marketing Text, and Usage Note are presented in HTML mode. The following tags are usable:

Description

HTML Code

Paragraph, Line break

<p>, <br>

Bold, Italic, Underline

<b>, <strong>, <i>, <u>

Ordered and unordered list

<ol>, <ul>, <li>

Font Sizes (Headline)

<h1>, <h2>, <h3>, <h4>

Additionally, line breaks (U000A and U000D) can be used.