Site icon Hip-Hop Website Design and Development

wp_insert_post and title not utf8 inserts with empty title?

I am utilizing wp_insert_post I loop over a textual content file one row at a time and for every row I create a publish. The textual content is ready because the `post_title’, for textual content that isn’t utf8 the publish inserts however with an empty title.

Why does that occur, if I will create a publish within the backend admin utilizing non utf8 chars it appears like WordPress converts the encoding within the backend.

How can I bypass this with wp_insert_post and have it insert the publish title with non utf8 chars?

Thanks