chaokunyang opened a new issue, #1619:
URL: https://github.com/apache/incubator-fury/issues/1619

   ## Is your feature request related to a problem? Please describe.
   In #1514 and #1566 , we compress every char using 5/6 bytes. But we didn't 
check the encoding is ascii. In UTF-8, some byte may be in range of ascii char, 
but some not. We may take a utf-8 string as a meta string by accident?
   
   ## Describe the solution you'd like
   Check string is ascii before using meta string encoding
   
   ## Additional context
   <!-- Add any other context or screenshots about the feature request here. -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to