Unicode via CSV Import

Hi all,

We're running into some issues getting Unicode characters to render when importing data from a CSV file. We have data in the CSV file such as Ō that should render a capital letter O with a macron.

The characters render correctly at Step 2 of the import process, mapping columns to elements. However - once the data is fully imported the original text string (Ō) appears as the content within the metadata fields.

Our MySQL database is configured with the utf8_unicode_ci collation and utf8 charset.

Thanks - we'll appreciate any suggestions!

So apparently we're using the correct codes...

Should have used the backticks - the strings we have included in the CSV file are Ō, which are also appearing in the item records.