Title: UTF8 Language support
Last modified: September 1, 2016

---

# UTF8 Language support

 *  [alitalaghat](https://wordpress.org/support/users/alitalaghat/)
 * (@alitalaghat)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/utf8-language-support/)
 * Hello,
 * To support UTF8 Languages, Please replace the the following with the line 31 
   in file front/shortcode.php.
 *     ```
       @$dom->loadHTML(mb_convert_encoding($c, 'HTML-ENTITIES', 'UTF-8'));
       ```
   
 * Also if you plan to add support for RTL languages, the following is the RTL override
   css for tinymce.css:
 *     ```
       /* tinymce-rtl.css */
       .tern-theme-shortcode .tern-theme-shortcode-title i{margin-left:10px;margin-right:0}
       .tern-theme-shortcode .tern-theme-shortcode-title .desc{border-right:1.5px solid #a8a8a8;margin-right:7px;padding-right:7px;border-left:0;margin-left:0;padding-left:0;}
       .tern-theme-shortcode .tern-theme-shortcode-title .controls{float:left;}
       .tern-theme-shortcode .tern-theme-shortcode-title .controls .btn{margin:0 1px 0 0;}
       .tern-theme-shortcode .tern-theme-shortcode-title .controls .btn.disable{margin-right:10px;}
       .tern-theme-shortcode .tern-theme-shortcode-title .controls .btn span{right:-35px;left:auto}
       .tern-theme-shortcode .tern-theme-shortcode-title .controls .btn span:after{border-color:rgba(96, 0) 165, 111,;right:50%;margin-right:-5px;left:auto;margin-left:0;}
       .tern-theme-shortcode.row_column .row .column{border-left:1px solid #f3f3f3;border-right:0;}
       .tern-theme-shortcode.row_column .row .column:last-of-type{border-left:0;}
       .tern-theme-shortcode .row .column.col-sm-4.col-md-4{padding-right:10px;padding-left:10px;}
       .tern-theme-shortcode .row .column.col-sm-4.col-md-4:first-of-type{padding-right:0;padding-left:0;}
       .tern-theme-shortcode .row .column.col-sm-4.col-md-4:last-of-type{padding-left:0;padding-right:0;}
       .tern-theme-shortcode a.drag:hover ~ .drag-hover{right:0;left:auto}
       .tern-theme-shortcode .place{text-align:right;}
       .tern-theme-shortcode .place i{margin-left:10px;margin-right:0;}
       ```
   
 * Best Regards.
 * [https://wordpress.org/plugins/inline-shortcodes-for-bootstrap/](https://wordpress.org/plugins/inline-shortcodes-for-bootstrap/)

The topic ‘UTF8 Language support’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/inline-shortcodes-for-bootstrap_5c6b9b.
   svg)
 * [Inline Shortcodes for Bootstrap Plugin](https://wordpress.org/plugins/inline-shortcodes-for-bootstrap/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/inline-shortcodes-for-bootstrap/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/inline-shortcodes-for-bootstrap/)
 * [Active Topics](https://wordpress.org/support/plugin/inline-shortcodes-for-bootstrap/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/inline-shortcodes-for-bootstrap/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/inline-shortcodes-for-bootstrap/reviews/)

## Tags

 * [RTL](https://wordpress.org/support/topic-tag/rtl/)
 * [utf8](https://wordpress.org/support/topic-tag/utf8/)

 * 0 replies
 * 1 participant
 * Last reply from: [alitalaghat](https://wordpress.org/support/users/alitalaghat/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/utf8-language-support/)
 * Status: not resolved