Skip to content

[extras/linenoise] UTF-8 support not working properly #967

@github-actions

Description

@github-actions

[extras/linenoise] UTF-8 support not working properly

should add -DUSE_UTF8 for UTF-8 support

to all following lines

the problem is that - although it "works" - different characters are not shown at all:

e.g. accented characters, or ø - our symbol for null

# TODO(extras/linenoise) UTF-8 support not working properly

{.passC: "-I" & parentDir(currentSourcePath()) .}

# TODO(extras/linenoise) UTF-8 support not working properly
#  should add -DUSE_UTF8 for UTF-8 support
#  to all following lines
#  the problem is that - although it "works" - different characters are not shown at all:
#  e.g. accented characters, or ø - our symbol for null
#  labels: bug, 3rd-party, repl
{.compile("linenoise/linenoise.c", "-I" & parentDir(currentSourcePath())).}
{.compile("linenoise/stringbuf.c", "-I" & parentDir(currentSourcePath())).}
{.compile("linenoise/utf8.c", "-I" & parentDir(currentSourcePath())).}

#=======================================
# Types
ndex 204ec243f..571c77aa9 100644
++ b/version/build

f03bc1611ea42487492a8e8754f10ead9ea92679

Metadata

Metadata

Assignees

No one assigned

    Labels

    3rd-partyIssues related to 3rd-party libraries and codebugSomething isn't workingcriticalCritical, top-priority issuesreplIssues related to the REPLtodoAutomatically generated issues from TODOs in the code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions