XmacsLabs / lolly

lolly: A user-friendly C++ library
https://xmacslabs.github.io/lolly/
GNU General Public License v3.0
10 stars 6 forks source link

[19_2] Move cjk predicates to lolly::data #233

Closed da-liii closed 10 months ago

jingkaimori commented 10 months ago

These procedure assumes that input string is represented by cork encoding. But AFAIK, anything relative to cork should not be introduced into mogan.

da-liii commented 10 months ago

lolly::data unicode is the right place for these two routines, and we need to remove the usage of cork later.