[#3986] Re: Principle of least effort -- another Ruby virtue. — Andrew Hunt <andy@...>

> Principle of Least Effort.

14 messages 2000/07/14

[#4043] What are you using Ruby for? — Dave Thomas <Dave@...>

16 messages 2000/07/16

[#4139] Facilitating Ruby self-propagation with the rig-it autopolymorph application. — Conrad Schneiker <schneik@...>

Hi,

11 messages 2000/07/20

[ruby-talk:04027] Re: RegExps and latin_1

From: matz@... (Yukihiro Matsumoto)
Date: 2000-07-14 16:03:20 UTC
List: ruby-talk #4027
Hi,

In message "[ruby-talk:04015] RE:  RegExps and latin_1"
    on 00/07/14, Aleksi Niemel<aleksi.niemela@cinnober.com> writes:

|> 	Can I do regexps with latin_1 characters?. I'll explain better.
|
|This is a hack I'd like to see too. \w etc. should work too.

Ruby uses isalnum() to determin what is word character, so making the
extension that calls setlocale(), and calling it before any regexp
is compiled, may work for you.

The REAL internationalization is the theme for 1.7.  Stay tuned.

							matz.

In This Thread

Prev Next