read_gedcom_encoding | R Documentation |
This function reads the Byte Order Mark of a GEDCOM file in order to determine its encoding. It only checks for UTF-8 or UTF-16 - if neither of these are found it throws an error.
read_gedcom_encoding(filepath)
filepath |
The full filepath of the GEDCOM file. |
A character string indicating the encoding of the file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.