Trouble with cyrillic name in Tags.abbrevCache function #1746


Closed
  • starsun26 created this issue Jul 1, 2022

    Cyrillic names displayed with squares, fix for this bug

     

    //tags.lua

     

    local function abbreviateName(text)
        return string.utf8sub(text, 1, 1) .. "."
    end
  • starsun26 edited description Jul 1, 2022
  • nevcairiel closed issue Oct 7, 2022

To post a comment, please login or register a new account.