Bug 112985

Summary: spanish lang. and awk
Product: [Fedora] Fedora Reporter: Roberto Arro <roberto_arro>
Component: gawkAssignee: Florian La Roche <laroche>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 19:00:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Roberto Arro 2004-01-06 22:29:19 UTC
Description of problem:
Using awk with spanish ("," as decimal separator), when the numbers
are less than 1 do not take decimals.

Version-Release number of selected component (if applicable):


How reproducible:
Using this example:
$ echo 3,456 | awk '{print 10*$1}'
$ 34,56  OK!

$ echo 0,456 | awk '{print 10*$1}'
$ 0    It looks as a bug


Steps to Reproduce:
1.    echo 0,456 | awk '{print 10*$1}
2.
3.
  
Actual results:
0

Expected results:
4,53

Additional info:

Comment 1 Leon Ho 2004-01-08 05:23:36 UTC
Look like it is a gawk bug? 

Comment 2 Florian La Roche 2004-01-14 07:55:10 UTC
Duplicate of #113423?


*** This bug has been marked as a duplicate of 113423 ***

Comment 3 Red Hat Bugzilla 2006-02-21 19:00:35 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.