-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
3rd-partyIssues related to 3rd-party libraries and codeIssues related to 3rd-party libraries and codebugSomething isn't workingSomething isn't workingcriticalCritical, top-priority issuesCritical, top-priority issuesreplIssues related to the REPLIssues related to the REPLtodoAutomatically generated issues from TODOs in the codeAutomatically generated issues from TODOs in the code
Description
[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
arturo/src/extras/linenoise.nim
Line 24 in 3a11415
| # 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
Labels
3rd-partyIssues related to 3rd-party libraries and codeIssues related to 3rd-party libraries and codebugSomething isn't workingSomething isn't workingcriticalCritical, top-priority issuesCritical, top-priority issuesreplIssues related to the REPLIssues related to the REPLtodoAutomatically generated issues from TODOs in the codeAutomatically generated issues from TODOs in the code