Skip to content

Handle utf8 character as a fill character in alignment  #1109

Closed
@dsvi

Description

@dsvi

If you use unicode symbols as fill character for alignment, you get runtime error
for example, for:
print(u8" {:─<5}─{}\n", i, str);
there supposed to be outputs like this

 0─────2019 March 27 06:32:41                                                                                                                                                 
 1─────2019 March 27 14:43:20                                                                                                                                                 

but there is runtime error:
missing '}' in format string

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions