Handbook
Glossary
Unicode script properties
The unicode standard gives every character a script. Note that this is different from a language, and that it is non-trivial to detect language from a string. To get the script of a character, use
script-of
( char -- script )