diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-01-16 20:36:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-01-16 20:36:23 +0000 |
commit | 88632417a970dff8f92718b0800b1aa1400cb4ae (patch) | |
tree | ea66b4eab7dfc6a1a4ebdd064c01f1f0095bcfe1 /sv.h | |
parent | caf774a6b47c93401a4581fab332b04b560c89d5 (diff) | |
download | perl-88632417a970dff8f92718b0800b1aa1400cb4ae.tar.gz |
Fix 'use encoding' I/O for code points 0x80..0xFF;
code changes from Inaba Hiroto; test tweaks by jhi.
p4raw-id: //depot/perl@18496
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1030,6 +1030,7 @@ otherwise. #define SV_IMMEDIATE_UNREF 1 #define SV_GMAGIC 2 #define SV_COW_DROP_PV 4 +#define SV_UTF8_NO_ENCODING 8 /* We are about to replace the SV's current value. So if it's copy on write we need to normalise it. Use the SV_COW_DROP_PV flag hint to say that |