Cyrillic is not working, how to fix?
Is that a multibyte character? On line 160 in the plugin file, they use substr instead of mb_substr.
substr
mb_substr
Barring that, the font being used might not support that character.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
@hgtonight said: Is that a multibyte character? On line 160 in the plugin file, they use substr instead of mb_substr.
Thanks, it works
Thank you @hgtonight! I updated the plugin.
Comments
Is that a multibyte character? On line 160 in the plugin file, they use
substr
instead ofmb_substr
.Barring that, the font being used might not support that character.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Thanks, it works
Thank you @hgtonight! I updated the plugin.