Title: [Plugin: wp-mpdf] Cyrillic support
Last modified: August 19, 2016

---

# [Plugin: wp-mpdf] Cyrillic support

 *  Resolved [swwwolf](https://wordpress.org/support/users/swwwolf/)
 * (@swwwolf)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-mpdf-cyrillic-support/)
 * Hi there. I think that your plugin didn’t work with non-english chars (Russian
   for example). I tried many options, but no effect at all. Is there any possible
   solution for this?
 * I’m using Atahualpa theme and just add `<?php if(function_exists('mpdf_pdfbutton'))
   mpdf_pdfbutton(); ?>` to “EDIT POST/PAGE INFO ITEM” -> “KICKER: Single Post Pages”
   editbox in preferences of the theme. The button is visibled/enabled on a post
   page, but still working wrong.
 * [http://wordpress.org/extend/plugins/wp-mpdf/](http://wordpress.org/extend/plugins/wp-mpdf/)

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

 *  [fkrauthan](https://wordpress.org/support/users/fkrauthan/)
 * (@fkrauthan)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-mpdf-cyrillic-support/#post-1396456)
 * Hmm what do you mean with still working wrong? How dose special chars look like?
 *  Thread Starter [swwwolf](https://wordpress.org/support/users/swwwolf/)
 * (@swwwolf)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-mpdf-cyrillic-support/#post-1396576)
 * Well, you can check it by yourself: [http://sww-it.ru/2010-02-21/362](http://sww-it.ru/2010-02-21/362)
 * Chars are looking like “?” chars in a whole text of the PDF, but only in Bookmarks(
   in Adobe Reader) they are looking right (title of the blog and the title of the
   article). Some problem with fonts, i think.
 *  Thread Starter [swwwolf](https://wordpress.org/support/users/swwwolf/)
 * (@swwwolf)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-mpdf-cyrillic-support/#post-1396590)
 * Hi again. I’m asking my good friend to check your plugin and he is found an error.
 * Line 145 (wp-mpdf.php):
 * This one
 *     ```
       $mpdf=new mPDFI('win-1252', 'A4', '', '', $pdf_margin_left, $pdf_margin_right, $pdf_margin_top, $pdf_margin_bottom, $pdf_margin_header, $pdf_margin_footer, $pdf_orientation);
       ```
   
 * must be replaced by this one
 * `$mpdf=new mPDFI('UTF-8', 'A4', '', '', $pdf_margin_left, $pdf_margin_right, 
   $pdf_margin_top, $pdf_margin_bottom, $pdf_margin_header, $pdf_margin_footer, 
   $pdf_orientation);`
 * Could you update your plugin?
 *  [fkrauthan](https://wordpress.org/support/users/fkrauthan/)
 * (@fkrauthan)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-mpdf-cyrillic-support/#post-1396636)
 * Ok a new version is on the way. i think in 2 hours i’am finish. Thanks a lot.

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

The topic ‘[Plugin: wp-mpdf] Cyrillic support’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [fkrauthan](https://wordpress.org/support/users/fkrauthan/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-mpdf-cyrillic-support/#post-1396636)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
