Native XML Plugin cyrylyc letters problem

When i try to export with Native XML Plugin all cyrylyc letters exported as

&#x420 ;&#x435 ;&#x43B ;&#x456 ;&#x433 ;&#x456 ;&#x454 ;&#x437 ;&#x43D ;&#x430 ;&#x432 ;&#x447 ;&#x438 ;&#x439 ; &#x441 ;&#x43F ;&#x43E ;&#x43C ;&#x438 ;&#x43D ;. &#x41F ;&#x440 ;&#x43E ;&#x444 ;&#x435 ;&#x441 ;&#x43E ;&#x440 ; &#x412 ;&#x430 ;&#x43B ;&#x435 ;&#x43D ;&#x442 ;&#x438 ;&#x43D ; &#x412 ;&#x430 ;&#x43D ;&#x434 ;&#x438 ;&#x448 ;&#x435

123

DB SERVER UTF-8, Collation UTF-8. In DB all cyryllyc letters shown normaly.

Settings in config.inc.php

;;;;;;;;;;;;;;;;;;;;;;;;;
; Localization Settings ;
;;;;;;;;;;;;;;;;;;;;;;;;;

[i18n]

; Default locale
locale = en_US

; Client output/input character set
client_charset = utf-8

; Database connection character set
; Must be set to “Off” if not supported by the database server
; If enabled, must be the same character set as “client_charset”
; (although the actual name may differ slightly depending on the server)
connection_charset = utf8

; Database storage character set
; Must be set to “Off” if not supported by the database server
database_charset = utf8

; Enable character normalization to utf-8 (recommended)
; If disabled, strings will be passed through in their native encoding
; Note that client_charset and database collation must be set
; to “utf-8” for this to work, as characters are stored in utf-8
charset_normalization = On

How to fix this?