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, accents in property names break the import.
h3. Digit prefix in the begining of text lines (starry (starred lines format)
* '001 ' begining of lines are not recognized as starry starred line
<pre>
001 *loc_dg *année_1969 *ver
</pre>
*Solution*
Use regex + 1 property minimum pattern to decide if it is a starry starred line: "[0-9]+ \*[a-z]+"
h3. Print a better error message in case of starry lines detection problem
*Solution*
If no starry lines (no texts) are detected in an input file, the error message must be:
<pre>
** Alceste import: no text delimitation lines detected in file "%s" (suggestion: verify the syntax of your text delimitation lines - starry lines - '**** *prop_val' or '01 *prop_val')
</pre>
With UTF-8 character encoding and an ISO-latin-1 source file, accents in property names break the import.
h3. Digit prefix in the begining of text lines (starry (starred lines format)
* '001 ' begining of lines are not recognized as starry starred line
<pre>
001 *loc_dg *année_1969 *ver
</pre>
*Solution*
Use regex + 1 property minimum pattern to decide if it is a starry starred line: "[0-9]+ \*[a-z]+"
h3. Print a better error message in case of starry lines detection problem
*Solution*
If no starry lines (no texts) are detected in an input file, the error message must be:
<pre>
** Alceste import: no text delimitation lines detected in file "%s" (suggestion: verify the syntax of your text delimitation lines - starry lines - '**** *prop_val' or '01 *prop_val')
</pre>