Skip Menu |

This queue is for tickets about the Perl-Tidy CPAN distribution.

Report information
The Basics
Id: 127626
Status: resolved
Priority: 0/
Queue: Perl-Tidy

People
Owner: Nobody in particular
Requestors: m [...] h707.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: I want to report a hash formatting problem
Date: Sun, 11 Nov 2018 19:45:31 +0300
To: bug-perl-tidy [...] rt.cpan.org
From: Дворников Михаил <m [...] h707.ru>

Hello!
I want to report a hash formatting problem, if there are Russian characters in the key values, see example.
The text encoding is utf-8.

perltidy v20180220
perl 5, version 26, subversion 1 (v5.26.1)

.perltidyrc
--backup-and-modify-in-place
--output-line-ending=unix
--entab-leading-whitespace=4
--break-at-old-comma-breakpoints
--maximum-line-length=120
--nospace-for-semicolon
--opening-token-right
--stack-opening-tokens
--nooutdent-long-lines
--break-at-old-comma-breakpoints
--noblanks-before-comments
--indent-spaced-block-comments
--paren-tightness=0
--cuddled-else
 
my %h = (
		'Код'         => $elt_root->{'att'}->{'КодЗ'},
		'Наим'       => $elt_root->{'att'}->{'НаимЗ'},
		'Фамилия' => $elt_fio->first_child( 'Фамилия' )->text
	);
 
-- 
С уважением, Дворников Михаил
m@h707.ru
 
Subject: Re: [rt.cpan.org #127626] I want to report a hash formatting problem
Date: Sun, 11 Nov 2018 09:04:36 -0800
To: bug-Perl-Tidy [...] rt.cpan.org
From: Steven Hancock <s7078hancock [...] gmail.com>
Hi, It wasn't clear to me what the problem is; perhaps the spacing got changed by the mail system. You should be using the flag -utf8, but even then there can be alignment problems. Steve On Sun, Nov 11, 2018 at 8:47 AM Дворников Михаил via RT < bug-Perl-Tidy@rt.cpan.org> wrote: Show quoted text
> Sun Nov 11 11:47:09 2018: Request 127626 was acted upon. > Transaction: Ticket created by m@h707.ru > Queue: Perl-Tidy > Subject: I want to report a hash formatting problem > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: m@h707.ru > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=127626 > > > > Hello! > I want to report a hash formatting problem, if there are Russian > characters in > the key values, see example. > The text encoding is utf-8. > > perltidy v20180220 > perl 5, version 26, subversion 1 (v5.26.1) > > .perltidyrc--backup-and-modify-in-place > --output-line-ending=unix > --entab-leading-whitespace=4 > --break-at-old-comma-breakpoints > --maximum-line-length=120 > --nospace-for-semicolon > --opening-token-right > --stack-opening-tokens > --nooutdent-long-lines > --break-at-old-comma-breakpoints > --noblanks-before-comments > --indent-spaced-block-comments > --paren-tightness=0 > --cuddled-else > > my %h = ( > 'Код' => $elt_root->{'att'}->{'КодЗ'}, > 'Наим' => $elt_root->{'att'}->{'НаимЗ'}, > 'Фамилия' => $elt_fio->first_child( 'Фамилия' )->text > ); > > -- С уважением, Дворников Михаилm@h707.ru > >
Subject: Re: [rt.cpan.org #127626] I want to report a hash formatting problem
Date: Sun, 11 Nov 2018 20:51:41 +0300
To: "bug-Perl-Tidy [...] rt.cpan.org" <bug-perl-tidy [...] rt.cpan.org>
From: Дворников Михаил <m [...] h707.ru>
Thank.
Problem solved after adding -utf8.
 
-- 
С уважением, Дворников Михаил
m@h707.ru
 
 
 
11.11.2018, 20:05, "Steven Hancock via RT" <bug-perl-tidy@rt.cpan.org>:
Show quoted text

<URL: https://rt.cpan.org/Ticket/Display.html?id=127626 >

Hi,
It wasn't clear to me what the problem is; perhaps the spacing got changed
by the mail system.
You should be using the flag -utf8, but even then there can be alignment
problems.
Steve

On Sun, Nov 11, 2018 at 8:47 AM Дворников Михаил via RT <
bug-Perl-Tidy@rt.cpan.org> wrote:
 

 Sun Nov 11 11:47:09 2018: Request 127626 was acted upon.
 Transaction: Ticket created by m@h707.ru
        Queue: Perl-Tidy
      Subject: I want to report a hash formatting problem
    Broken in: (no value)
     Severity: (no value)
        Owner: Nobody
   Requestors: m@h707.ru
       Status: new
  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=127626 >


 Hello!
 I want to report a hash formatting problem, if there are Russian
 characters in
 the key values, see example.
 The text encoding is utf-8.

 perltidy v20180220
 perl 5, version 26, subversion 1 (v5.26.1)

 .perltidyrc--backup-and-modify-in-place
 --output-line-ending=unix
 --entab-leading-whitespace=4
 --break-at-old-comma-breakpoints
 --maximum-line-length=120
 --nospace-for-semicolon
 --opening-token-right
 --stack-opening-tokens
 --nooutdent-long-lines
 --break-at-old-comma-breakpoints
 --noblanks-before-comments
 --indent-spaced-block-comments
 --paren-tightness=0
 --cuddled-else

 my %h = (
                 'Код' => $elt_root->{'att'}->{'КодЗ'},
                 'Наим' => $elt_root->{'att'}->{'НаимЗ'},
                 'Фамилия' => $elt_fio->first_child( 'Фамилия' )->text
         );

 -- С уважением, Дворников Михаилm@h707.ru

 

 

I will close this item since it looks resolved. It would be nice to automatically set this flag.
Subject: Re: [rt.cpan.org #127626] I want to report a hash formatting problem
Date: Sun, 18 Nov 2018 19:42:44 +0300
To: "bug-Perl-Tidy [...] rt.cpan.org" <bug-perl-tidy [...] rt.cpan.org>
From: Дворников Михаил <m [...] h707.ru>
Thanks. The problem is solved.
 
-- 
Sincerely, Mikhail Dvornikov
m@h707.ru
 
 
 
17.11.2018, 22: 57, "Steve Hancock via RT" <bug-perl-tidy@rt.cpan.org>:
Show quoted text

<URL: https://rt.cpan.org/Ticket/Display.html?id=127626 >

I will close this item since it looks resolved. It would be nice to automatically set this flag.