X-Spam-Check-By: sourceware.org Message-ID: <6363.24.19.24.170.1159170710.squirrel@24.19.24.170> In-Reply-To: <1026800198.20060923122829@ukr.name> References: <1026800198 DOT 20060923122829 AT ukr DOT name> Date: Mon, 25 Sep 2006 00:51:50 -0700 (PDT) Subject: Re: Perl's use locale don't work on Cygwin ? From: "Yitzchak Scott-Thoennes" To: cygwin AT cygwin DOT com User-Agent: SquirrelMail/1.5.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Sergei Kolodka wrote: > Just wonder is whole Perl's "use locale" and "setlocale()" thing doesn't > works on Cygwin or I'm just too dumb to find out how to use it ? It works just fine for all locales supported by cygwin, which is just the "C" locale :) > Yes, I know that locale on Cygwin not implemented, but maybe there > are some other way to at least enable correct /i in non-ASCII Perl > regexes (Russian CP2151 for example) I'm not aware of ? Letting perl know what the encoding of your data is should enable /i to work correctly. How you would do this depends on what exactly you are doing; it may just require a "use encoding 'cp1251';". (I assume 2151 was a typo.) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/