Search found 1 match
- Thu Apr 23, 2009 12:23 am
 - Forum: newLISP in the real world
 - Topic: russian text and find-all problem
 - Replies: 4
 - Views: 3007
 
russian text and find-all problem
hello, everybody look here: newLISP v.10.0.2 on Linux IPv4 UTF-8, execute 'newlisp -h' for more info. > (set-locale "ru_RU.utf8") ("ru_RU.utf8" ",") > (find-all "eye" "EYE eYe eye" $0 1) ("EYE" "eYe" "eye") > (find-all "глаз" "ГЛАЗ гЛаз глаз" $0 1) ("глаз") can you explain why don't find-all matches...