Skip to content

Commit 4e76070

Browse files
DeeJayLSPskyace65
authored andcommitted
Pull changes to spreadsheets page
1 parent f31a1c7 commit 4e76070

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

tutorials/i18n/localization_using_spreadsheets.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ Spreadsheets are one of the most common formats for localizing games.
77
In Godot, spreadsheets are supported through the CSV format. This
88
guide explains how to work with CSVs.
99

10+
The CSV files **must** be saved with UTF-8 encoding
11+
without a `byte order mark <https://en.wikipedia.org/wiki/Byte_order_mark>`__.
12+
13+
.. warning::
14+
15+
By default, Microsoft Excel will always save CSV files with ANSI encoding
16+
rather than UTF-8. There is no built-in way to do this, but there are
17+
workarounds as described
18+
`here <https://stackoverflow.com/questions/4221176/excel-to-csv-with-utf8-encoding>`__.
19+
20+
We recommend using `LibreOffice <https://www.libreoffice.org/>`__ or Google Sheets instead.
21+
1022
Formatting
1123
----------
1224

0 commit comments

Comments
 (0)