Table of contents
Overview
Sometimes after importing a roster, names may display incorrectly, imports may get stuck, or the file may not open at all. This is usually caused by file encoding issues that affect how special characters are handled.
The issue
After importing your roster, certain characters may not display correctly in your names list or QR cards. In some cases, the roster import may freeze, or you may be unable to open the list after upload.
The root cause
GotPhoto requires names lists to be saved in UTF-8 format. If your file is in another format, special characters like accented letters or symbols may appear as random icons or question marks. Non-UTF-8 encoding can also cause import errors.
The solution
Before uploading your roster, make sure the file is encoded in UTF-8. Below are instructions for saving in UTF-8 using different tools.
For CSV files
You can save your CSV file in UTF-8 format using a text editor or Excel.
If using Notepad (Windows):
- Open the CSV file in Notepad.
- Go to File → Save As.
- In the Save as type dropdown, select All Files.
- In the Encoding dropdown, choose UTF-8.
- Save the file.
If using TextEdit (Mac):
- Open the CSV file in TextEdit.
- Go to File → Export As.
- Under Plain Text Encoding, select Unicode (UTF-8).
- Save the file.
If using Excel:
- Open the CSV file in Excel.
- Go to File → Save As.
- From the file type dropdown, select CSV UTF-8 (Comma delimited) (*.csv).
- Save the file.
For Excel files (exporting to CSV)
- Open the Excel file.
- Go to File → Save As.
- Select CSV UTF-8 (Comma delimited) (*.csv) as the file type.
- Save the file.
The takeaway
Incorrectly displayed names or failed imports usually mean your file is not in UTF-8 format. Always ensure your CSV or Excel file is saved in UTF-8 encoding before uploading to GotPhoto to avoid issues with special characters or failed roster imports.