Tokenize_atom equivalent that forces everything to lowercase atoms?

I think that shouldn’t be the case. SWI-Prolog’s native Unicode handling is incomplete. It can merely pass on Unicode code points (on Windows limited to 16 bits) and do simple one-character classification and case folding. The SWI-Prolog Unicode library provides more advanced features.

2 Likes