Mayil-AI-Sandbox / kuzudb_jan15

MIT License
0 stars 0 forks source link

UTF-8 handling in shell (hashtag2744) #43

Open vikramsubramanian opened 4 months ago

vikramsubramanian commented 4 months ago

If i type some utf-8(non-ascii characters in the shell) followed by some white spaces, a weird period . will appear after the text. E.g. I type: Firstly: type: 这是一串中文字符 Then type: multiple white spaces.

The period appears.

kuzu> 这是一串中文字符。   

The period is generated automatically. )

mayil-ai[bot] commented 4 months ago

Summary: Shell adds a weird period after typing UTF-8 characters followed by white spaces.

Possible Solution

Based on the provided information, the issue seems to be related to UTF-8 character handling in the shell, particularly when non-ASCII characters are followed by white spaces, leading to an automatic period generation. To address this issue:

Code snippets to check