*Synopsis*: join -t no longer works with multibyte char separator

CR 6904878 changed on Feb 7 2010 by <User 1-5Q-13979>

=== Field ============ === New Value ============= === Old Value =============

Category               shell                       utility                    
SubCategory            korn93                      text                       
====================== =========================== ===========================

     
*Change Request ID*: 6904878

*Synopsis*: join -t no longer works with multibyte char separator

  Product: solaris
  Category: shell
  Subcategory: korn93
  Type: Defect
  Subtype: 
  Status: 3-Accepted
  Substatus: 
  Priority: 3-Medium
  Introduced In Release: 
  Introduced In Build: 
  Responsible Engineer: <User 1-5Q-9201>
  Keywords: oss-request, oss-sponsor

=== *Description* ============================================================
join doesn't handle multibyte separator correctly.

$ echo $LANG
ja
$ od -tx1 input1
0000000 66 31 a1 f7 66 32 0a
0000007
$ od -tx1 input2                    
0000000 74 32 a1 f7 66 31 0a
0000007
# 0xa1 0xf7 in the file is multibyte character.
$ od -tx1 delim
0000000 a1 f7 0a
0000003

$ /usr/bin/join -j1 1 -j2 2 -o 1.1 -t `cat delim` input1 input2
$ 

It should output "f1".

files are attached.

*** (#1 of 1): 2009-11-25 18:34:05 GMT+00:00 <User 1-5Q-4028>


=== *Public Comments* ========================================================

=== *Workaround* =============================================================

=== *Additional Details* =====================================================
        Targeted Release: solaris_nevada
        Commit To Fix In Build: 
        Fixed In Build: 
        Integrated In Build: 
        Verified In Build: 
  See Also: 6805813
  Duplicate of: 
  Hooks:
        Hook1: 
        Hook2: 
        Hook3: 
        Hook4: 
        Hook5: <email address omitted>
        Hook6: <email address omitted>
  Program Management: 
  Root Cause: 
  Fix Affects Documentation: No
  Fix Affects Localization: No

=== *History* ================================================================
        Date Submitted: 2009-11-25 18:34:05 GMT+00:00
        Submitted By: <User 1-5Q-4028>

        Status Changed    Date Updated                  Updated By
        3-Accepted        2010-01-20 21:46:43 GMT+00:00 <User 1-5Q-9201>


=== *Service Request* ========================================================
        Impact: Limited
        Functionality: Secondary
        Severity: 4
        Product Name: solaris
        Product Release: solaris_nevada
        Product Build: 
        Operating System: snv_128
        Hardware: generic
        Submitted Date: 2009-11-25 18:34:05 GMT+00:00


=== *Multiple Release (MR) Cluster* - 0 ======================================

Reply via email to