From: Paul Duncan Date: 2006-03-29T04:47:34+09:00 Subject: Re: downcase/uppercase for non-English characters --yda//aIZIMrd7mir Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Victor Shepelev (vshepelev@imho.com.ua) wrote: > Hello. >=20 > Can subj be done for 1-byte (non-Unicode) encodings, particularly > windows-1251 (Russian). >=20 > Are there some interpretor options or third-party libraries for > locale-specific operations? The Unicode property support that can be compiled in to PCRE. I know There are PCRE bindings for Ruby as well, although I have no idea how functional they are. Obviously in order for this to work, you'd need to use Iconv to convert the data into PCRE-friendly UTF-8. > Victor. --=20 Paul Duncan pabs in #ruby-lang (OPN IRC) http://www.pablotron.org/ OpenPGP Key ID: 0x82C29562 --yda//aIZIMrd7mir Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFEKZLEzdlT34LClWIRAmDaAJ9+I4aiEFHVQfhtUCb2rMa/C5qKHACfVzB9 5GOEoMsTnzzpCNJzyGlXlJ4= =TnSL -----END PGP SIGNATURE----- --yda//aIZIMrd7mir--