Skip to content

在table中有中文的时候就对齐会失败 #212

Description

@gnaixx
 -- 没有中文正常对齐
        local tab2 = {
            { "1", { "xxx" },                   { "zzzz" }, { "vvvv23" } },
            { "2", { "11111111111zzzz", "23" }, { "xxx" },  { "vvvv" } },
            -- { "3", {}, { "你好" }, {} }

        }

-- 有中文对齐失败
        local tab2 = {
            { "1", { "xxx" }, { "zzzz" }, { "vvvv23" } },
            { "2", { "11111111111zzzz", "23" }, { "xxx" }, { "vvvv" } },
            { "3", {}, { "你好" }, {} }

        }

猜测中文集宽度不一样导致的?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions