Bug #1549

Mis à jour par Serge Heiden il y a presque 11 ans

h3. Accents in text property names

With UTF-8 character encoding and an ISO-latin-1 source file,
* ISO latin1 accents in property names break the import.

h3. Digit prefix in the begining of text lines (starred lines format)

import
* '001 ' begining of lines are not recognized as starred line

star lines:
** use regex + 1 property minimum : "[0-9]+ \*[a-z]+"
<pre>
001 *loc_dg *année_1969 *ver
</pre>

*Solution*

Use regex + 1 property minimum pattern to decide if it is a starred line: "[0-9]+ \*[a-z]+"

Retour