Log in

View Full Version : Check if subtitle text is latin?


Rob105
29th October 2023, 13:43
If i load subtitle file how can i check that text is latin or not?

For some reason when i use StrLen() on non latin characters it reports twice the length that it really is.

Is there way to check weather letters inside string are latin or non latin characters?

There seems to be no support for regular expressions (regex) in AviSynth+ to strip all non latin characters from string and i don't know any other way of checking weather string is latin or other language.