lmql
lmql copied to clipboard
UTF8 non-breaking space leads to incorrect parsing
I found a problem with a UTF-8 non-breaking space at the end of a line. Although I ask LMQL to retrieve a value in a set, it outputs something else. I have the code to reproduce the problem, note the non-breaking space (0xc2 0xa0) after the '-'.
I'm attaching the script as a file, to make sure the non-breaking space is not removed by Github's editor.
Thanks for the reproduction package. We will have a look.