JSqlParser icon indicating copy to clipboard operation
JSqlParser copied to clipboard

TokenMgrError

Open leftAttack opened this issue 3 years ago • 1 comments

Hello, when using your sqlparser, an error occurs when the SQL alias contains Chinese characters. net.sf.jsqlparser.parser.TokenMgrError: Lexical error at line 3, column 17. Encountered: "\u554a" (21834), after : "" We look forward to your reply

leftAttack avatar Nov 29 '21 11:11 leftAttack

Hi, this is strange. Look at #302. Which version of JSqlParser do you use? IMHO all letter areas of UTF-8 character set are processed.

wumpz avatar Dec 12 '21 14:12 wumpz

Closed, since no further question has been asked.

manticore-projects avatar Nov 12 '22 06:11 manticore-projects