Duplicate values in UBL language code list

    • Type: Bug
    • Resolution: No Action
    • Priority: Major
    • Component/s: None

      There are duplicate for some codes in the UBL language code list

      https://docs.oasis-open.org/ubl/os-UBL-2.4/cl/gc/default/LanguageCode-2.4.gc

      For example,  lines 2333 to 2366 has two rows for "DE".

       <Row>
      <Value ColumnRef="code">
      <SimpleValue>DE</SimpleValue>
      </Value>
      <Value ColumnRef="name">
      <SimpleValue>German</SimpleValue>
      </Value>
      <Value ColumnRef="french">
      <SimpleValue>allemand</SimpleValue>
      </Value>
      <Value ColumnRef="german">
      <SimpleValue>Deutsch</SimpleValue>
      </Value>
      <Value ColumnRef="ref">
      <SimpleValue>ger (B) deu (T)</SimpleValue>
      </Value>
      </Row>
      <Row>
      <Value ColumnRef="code">
      <SimpleValue>DE</SimpleValue>
      </Value>
      <Value ColumnRef="name">
      <SimpleValue>German</SimpleValue>
      </Value>
      <Value ColumnRef="french">
      <SimpleValue>allemand</SimpleValue>
      </Value>
      <Value ColumnRef="german">
      <SimpleValue>Deutsch</SimpleValue>
      </Value>
      <Value ColumnRef="ref">
      <SimpleValue>ger (B) deu (T)</SimpleValue>
      </Value>
      </Row>

            Assignee:
            Kenneth Bengtsson
            Reporter:
            Pim van der Eijk (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: