-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[extras/linenoise] UTF-8 support not working properly #967
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I'm marking this as critical since I basically think it is. Arturo was built was proper unicode support in mind and apparently everything works along these lines except for the REPL which is a shame! @RickBarretto Can you please confirm this to make sure it's not something too macOS-related? For example, this seems to be working: But actually writing it, character by character, it seems like it's adding extra spaces or considers it like a "double" character (so, it seems to be adding an extra space visually - which doesn't really exist - and trying to delete the previous character leads in a mess). Also, using anything more complicated than accented characters, leads to an even bigger mess: (This is the greek equivalent of "Good morning" and that's where the cursor supposedly is - while it's actually next to the closing double-quote) This is the result of writing Chinese - or trying to - "早上好" (another way to say Good morning lol). Now, the result is even more disheartening: Funny enough, the above happens also when copy-pasting the text ❗ Weird, weird... 🤔 |
I'm opening my VS right now to test it! 😉 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
In REPL mode, UTF-8 always fails to work. Is there a fix in the works? |
@scifx Very valid question, but I'm afraid I don't have a very real answer. We've been experimenting lately, although I wouldn't say the experiments have been extremely fruitful. In any case, I can assure you it's one of the things that personally bother me a lot... so, it will be prioritized, probably one the upcoming release is finalized. Btw: which OS are you using? |
You've been keeping an eye on it, that's good. I hope you can resolve it soon. Currently, I'm using the Windows system, but I used to use Linux, and I have also compiled it on my phone before. Therefore, this issue exists across all systems. |
[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
f03bc1611ea42487492a8e8754f10ead9ea92679
The text was updated successfully, but these errors were encountered: