File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ Spreadsheets are one of the most common formats for localizing games.
77In Godot, spreadsheets are supported through the CSV format. This
88guide 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+
1022Formatting
1123----------
1224
You can’t perform that action at this time.
0 commit comments