Jarkko Hietaniemi <[EMAIL PROTECTED]> writes: > > The is_utf8() also seem wrong to me. I believe that the SV invariant > > should be that a string marked with the UTF8 flag should not contain > > illegal UTF8 sequences. Why is it not so? > > I'm being paranoid. Keeps me alive. Being paranoid is a good way to expose bugs. If we after some perl operation end up with a string where the UTF8 flag is turned on and where the bytes do not represent a properly encoded sequence, then _that_ is a bug and should be fixed. True or false? Regards, Gisle
- Re: [EXPERIMENTAL] 1st draft of Encode Simon Cozens
- Re: [EXPERIMENTAL] 1st draft of Encode Jarkko Hietaniemi
- Re: [EXPERIMENTAL] 1st draft of Encode Gisle Aas
- Re: [EXPERIMENTAL] 1st draft of Encode Jarkko Hietaniemi
- Comprehensive UTF-8 decoder stress test file Markus Kuhn
- Re: [EXPERIMENTAL] 1st draft of Encode Jarkko Hietaniemi
- Re: [EXPERIMENTAL] 1st draft of Encode Ed Batutis
- Re: [EXPERIMENTAL] 1st draft of Encode Nick Ing-Simmons
- Re: [EXPERIMENTAL] 1st draft of Encode Gisle Aas
- Re: [EXPERIMENTAL] 1st draft of Encode Jarkko Hietaniemi
- Re: [EXPERIMENTAL] 1st draft of Encode Gisle Aas
- Re: [EXPERIMENTAL] 1st draft of Encode Jarkko Hietaniemi
- Re: [EXPERIMENTAL] 1st draft of Encode Gisle Aas
- Re: [EXPERIMENTAL] 1st draft of Encode Simon Cozens
- Re: [EXPERIMENTAL] 1st draft of Encode Graham Barr
- Re: [EXPERIMENTAL] 1st draft of Encode Jarkko Hietaniemi
- Re: [EXPERIMENTAL] 1st draft of Encode Simon Cozens
- Re: [EXPERIMENTAL] 1st draft of Encode Jarkko Hietaniemi
- Re: [EXPERIMENTAL] 1st draft of Encode Jarkko Hietaniemi
- Re: [EXPERIMENTAL] 1st draft of Encode Ed Batutis
- Re: [EXPERIMENTAL] 1st draft of Encode Nick Ing-Simmons