-
Notifications
You must be signed in to change notification settings - Fork 48
executing a file with utf characters messes up the encoding #213
Comments
Can someone help on this please?
While the Cypher in the UTF8 file was:
The issue does not occur whan running this cypher from the Neo4j browser. |
I found a workaround with notepad++ "Encoding > Convert to ANSI" on my cypher input file. Then I've been able to achieve this conversion with GnuWin32 iconv too: The problem is more likely coming from the running context of |
I'm using PowerShell 7 and Windows Terminal, both of them can handle Unicode characters properly. But in cypher shell they are not |
Have the exact same issue, and I'm using this approach:
|
I have the same problem. My workaround is to modify my copy of
Is there a better solution? Or can this option be added to the standard distribution of cypher-shell? |
The file is utf-8 encoded and when executed all characters turn into ???. Same goes when pasting anything utf-8 encoded in the shell, like
CREATE (t:Test {name: "ασ"});
. Is there a way to get around this? The import files is too large to paste in the browserThe text was updated successfully, but these errors were encountered: