diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-22 23:45:35 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-22 23:45:35 +0000 |
commit | b8d68ded2ba9139a0c1050157b6f240617f5dd65 (patch) | |
tree | 4a7ab7019c39ce77d5b7b83519d9767851f765d1 /handy.h | |
parent | bc517b45fdfb539b223ef3bf8d22272436835518 (diff) | |
download | perl-b8d68ded2ba9139a0c1050157b6f240617f5dd65.tar.gz |
Small tweaks.
p4raw-id: //depot/perl@13856
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -428,6 +428,7 @@ Converts the specified character to lowercase. #define toUPPER_uni(c,s,l) to_uni_upper(c,s,l) #define toTITLE_uni(c,s,l) to_uni_title(c,s,l) #define toLOWER_uni(c,s,l) to_uni_lower(c,s,l) +#define toFOLD_uni(c,s,l) to_uni_fold(c,s,l) #define isPSXSPC_uni(c) (isSPACE_uni(c) ||(c) == '\f') #define isBLANK_uni(c) isBLANK(c) /* could be wrong */ |