bugGNU Parallel - Bugs: bug #43817, Some JP char cause problems in...

 
 

bug #43817: Some JP char cause problems in positional replacement strings

Submitter:  Ole Tange <tange>
Submitted:  Sun 14 Dec 2014 04:05:15 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  tange
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 22 Dec 2014 02:59:11 AM UTC, comment #4: 

Fixed in [f2402e1].

Ole Tange <tange>
Group administrator
Sun 14 Dec 2014 05:55:37 AM UTC, comment #3: 

Should give the same:

parallel -Xj1  echo {1}{} ::: I a b c
parallel -Xj1 -I I  echo {1}I ::: I a b c

Ole Tange <tange>
Group administrator
Sun 14 Dec 2014 04:37:02 AM UTC, comment #2: 

parallel  echo {1} ::: ワ
fails

ワ is coded as \<E3>\<83>\<AF>. \<AF> = \257 i.e. the control char which is probably what is causing the error.


Ole Tange <tange>
Group administrator
Sun 14 Dec 2014 04:28:29 AM UTC, comment #1: 

Error introduced in 20140722. Pre-20140722 seems OK.

Ole Tange <tange>
Group administrator
Sun 14 Dec 2014 04:05:15 AM UTC, original submission:  

parallel echo ::: 17\ -\ マップ6ワールド.wav
works

parallel echo {1} ::: 17\ -\ マップ6ワールド.wav
/bin/bash: -c: line 0: syntax error near unexpected token `newline'
/bin/bash: -c: line 0: `echo �<1 �>'parallel echo {1} ::: 17\ -\ マップ6ワールド.wav
/bin/bash: -c: line 0: syntax error near unexpected token `newline'
/bin/bash: -c: line 0: `echo �<1 �>'

Ole Tange <tange>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tange (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-12-22 tange StatusConfirmed Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code