-
Notifications
You must be signed in to change notification settings - Fork 577
Format violation with UTF-8 characters and '~~' continuation operator #9024
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From [email protected]This is a bug report for perl from samborsky_d@yahoo.com, The following code demonstrates the bug: #====== cut here === cut here ===================== use strict; my $str; for my $i (1 .. 25) { =pod The output is broken: #====== cut here === cut here ===================== Flags: This perlbug was built using Perl v5.8.8 in the Red Hat build system. Site configuration information for perl v5.8.8: Configured by Red Hat, Inc. at Tue Oct 3 11:01:05 EDT 2006. Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Locally applied patches: @INC for perl v5.8.8: Environment for perl v5.8.8: ________________________________________________________ |
From @JuerdDmitry Samborskiy skribis 2007-09-10 5:51 (-0700):
Please note that it is a *unicode* character. It is encoded to UTF-8, resulting in a UTF-8 byte sequence. The term "UTF-8 character" is very confusing and should probably be Juerd Waalboer: Perl hacker <#####@juerd.nl> <http://juerd.nl/sig> |
The RT System itself - Status changed from 'new' to 'open' |
From @cpansproutThis ticket has nothing to do with smartmatch. ~~ is a special format |
From [Unknown Contact. See original ticket]This ticket has nothing to do with smartmatch. ~~ is a special format |
From @khwilliamsonIt turns out that this was fixed by commit fix chop formats with non PV vars |
@khwilliamson - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#45325 (status was 'resolved')
Searchable as RT45325$
The text was updated successfully, but these errors were encountered: