mIRC Home    About    Download    Register    News    Help

Print Thread
#165262 24/11/06 01:21 PM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
OP Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
Would this be beneficial now that mIRC supports UTF-8/Unicode characters ? I would love to be able to use functions like \p{Sc} etc.


$maybe
#165263 28/11/06 11:52 AM
Joined: Apr 2005
Posts: 7
M
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
M
Joined: Apr 2005
Posts: 7
It would be very handy if it could be implemented.

From the PCRE man pages:
"If you compile PCRE with UTF-8 support, but do not use it at run time, the library will be a bit bigger, but the additional run time overhead is limited to testing the PCRE_UTF8 flag in several places, so should not be very large."

The u modifier to pass the PCRE_UTF8 flag could be added (same modifier used in PHP).


Link Copied to Clipboard