Avatar generation error

Nextcloud version 13:
Operating system and version Ubuntu 16.04:
Apache or nginx version Apache 2.4.18:
PHP version 7.0.25:
The issue you are facing:

Is this the first time you’ve seen this error? (Y/N): y

Steps to replicate it:

  1. Set full user’s name with language other than English.

I’m running nexcloud on Russian language. So when i’m trying to set or change full user’s name from English language to Russian - I got annoying problem with avatar generation. I mean that instead 1st name letter as avatar symbol I always got only this:

изображение

What is it? Problem with font? I have already tried even “Times New Roman” from MS.
Problem with codepage? So where I can fix that?

The output of your Nextcloud log in Admin > Logging:

Its empty

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'passwordsalt' => '...',
  'secret' => '...',
  'trusted_domains' =>.
  array (
    0 => 'next.mydomain.ru',
  ),
  'datadirectory' => '/var/www/next.mydomain.ru/data',
  'overwrite.cli.url' => 'http://next.mydomain.ru',
  'dbtype' => 'mysql',
  'version' => '13.0.0.14',
  'dbname' => 'dbname',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'dbusername',
  'dbpassword' => 'dbpass',
  'installed' => true,
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'memcache.distributed' => '\\OC\\Memcache\\Memcached',
  'memcached_servers' =>.
  array (
    0 =>.
    array (
      0 => 'localhost',
      1 => 11211,
    ),
  ),
  'instanceid' => '...',
);

The output of your Apache/nginx/system log in /var/log/____:

Errorlog is empty