On Jun 13, 2006, at 10:26 PM, Victor Shepelev wrote: > Regexps seems to work fine (in my 1.9), but pathes are > not: File.open with Russian letters in path don't finds the file. On OS X multibyte filenames work: $ cat x.rb $KCODE = 'u' puts File.read('Cyrillic_งม.txt') $ cat Cyrillic_\320\257.txt test file with งม! $ ruby x.rb test file with งม! $ uname -a Darwin kaa.jijo.segment7.net 8.6.0 Darwin Kernel Version 8.6.0: Tue Mar 7 16:58:48 PST 2006; root:xnu-792.6.70.obj~1/RELEASE_PPC Power Macintosh powerpc $ ruby -v ruby 1.8.4 (2006-05-18) [powerpc-darwin8.6.0] $ -- Eric Hodel - drbrain / segment7.net - http://blog.segment7.net This implementation is HODEL-HASH-9600 compliant http://trackmap.robotcoop.com