Title: Native UTF-8
Last modified: November 28, 2024

---

# Native UTF-8

 *  Resolved [bibliata](https://wordpress.org/support/users/bibliata/)
 * (@bibliata)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/native-utf-8/)
 * Please consider updating the plugin using mb_convert_encoding instead of html_entity_decode
   to support native UTF-8 for Cyrillic and other fonts. It’s just a 2-line change:
 * $auto_image_post_title = mb_convert_encoding(get_the_title($post->ID), ‘HTML-
   ENTITIES’, ‘UTF-8’);
 * $auto_image_post_title = preg_replace(‘~^(&([a-zA-Z0-9]);)~’,htmlentities(‘${
   1}’),$auto_image_post_title);
 * //THANKS

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Chris Huff](https://wordpress.org/support/users/brochris/)
 * (@brochris)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/native-utf-8/#post-18178290)
 * I’ll look into it, thanks
 *  Thread Starter [bibliata](https://wordpress.org/support/users/bibliata/)
 * (@bibliata)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/native-utf-8/#post-18187310)
 * Hopefully soon?
 * The lack of native UTF8/Cyrillic support is breaking many of our websites using
   your fine plugin for years now
 * //THANKS

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Native UTF-8’ is closed to new replies.

 * ![](https://ps.w.org/auto-featured-image-from-title/assets/icon-256x256.png?rev
   =1230724)
 * [Auto Featured Image from Title](https://wordpress.org/plugins/auto-featured-image-from-title/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/auto-featured-image-from-title/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/auto-featured-image-from-title/)
 * [Active Topics](https://wordpress.org/support/plugin/auto-featured-image-from-title/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/auto-featured-image-from-title/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/auto-featured-image-from-title/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [bibliata](https://wordpress.org/support/users/bibliata/)
 * Last activity: [1 year, 5 months ago](https://wordpress.org/support/topic/native-utf-8/#post-18187310)
 * Status: resolved