summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAndreas Heinisch <andreas.heinisch@yahoo.de>2023-03-15 09:55:41 +0000
committerAndreas Heinisch <andreas.heinisch@yahoo.de>2023-03-15 10:18:53 +0000
commit4be597da538b8cdb54f1f12fedfd940a1fa9c60e (patch)
treef8a8d3c59ba4812ebdda3baf757a30d9e16df506 /source
parent87ab9fc48e05a39caf563be8f171d0ed737c50f7 (diff)
tdf#82254 - Add UTF-8 BOM (Token 14) to CSV filter parameters
Change-Id: I085e66ca6b46955110a4eaab7118c4a376f16b40 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/148871 Tested-by: Jenkins Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'source')
-rw-r--r--source/text/shared/guide/csv_params.xhp11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/text/shared/guide/csv_params.xhp b/source/text/shared/guide/csv_params.xhp
index 9deb1252d0..a6bcf26e46 100644
--- a/source/text/shared/guide/csv_params.xhp
+++ b/source/text/shared/guide/csv_params.xhp
@@ -208,6 +208,17 @@
<paragraph id="par_id701635293273893" role="tablecontent" xml-lang="en-US">String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. Determines whether formula expressions starting with a = equal sign character are to be evaluated as formulas or imported as textual data. If <literal>true</literal> evaluate formulas on input. If <literal>false</literal> formulas are input as text. If omitted (not present at all), the default value is <literal>true</literal> to keep the behaviour of old versions' options string that didn't have this token at all. If present and empty (or any other value than <literal>true</literal>) the default value is <literal>false</literal>.</paragraph>
</tablecell>
</tablerow>
+ <tablerow>
+ <tablecell>
+ <paragraph id="par_id541678874653434" localize="false" role="tablecontent" xml-lang="en-US">14</paragraph>
+ </tablecell>
+ <tablecell>
+ <paragraph role="paragraph" id="par_id221678874688127">Include a byte-order-mark (BOM)</paragraph>
+ </tablecell>
+ <tablecell>
+ <paragraph id="par_id41678874718368" role="tablecontent" xml-lang="en-US">String, either <literal>false</literal> or <literal>true</literal>. Default value: <literal>false</literal>. If <literal>true</literal> include a byte-order-mark (BOM) in the export. If <literal>false</literal> the export does not include a BOM. If omitted (not present at all), the default value is <literal>false</literal> to keep the behaviour of old versions' options string that didn't have this token at all. If present and empty (or any other value than <literal>true</literal>) the default value is <literal>false</literal>. Automatically detected during the import.</paragraph>
+ </tablecell>
+ </tablerow>
</table>
<h2 id="hd_id591638374883162">Special case of CSV files with separator defined in the first line</h2>