Details

    • Type: Sub-task
    • Status: Applied
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: ODF 1.2 CD 05
    • Fix Version/s: ODF 1.2 CD 06
    • Component/s: OpenFormula
    • Labels:
      None
    • Proposal:
      Hide

      Thank submitter, cite 6.3.5 and 6.2.14.

      Delete 8.3

      Show
      Thank submitter, cite 6.3.5 and 6.2.14. Delete 8.3
    • Resolution:
      Hide

      Thank submitter, cite 6.3.5 and 6.2.14.

      Delete 8.3

      Show
      Thank submitter, cite 6.3.5 and 6.2.14. Delete 8.3

      Description

      8.3Auto Text to Number

      An evaluator may have the “Auto Text to Number� feature, which means
      that the “Convert to Number� function, when receiving a Text value or
      a Reference to a Text value, converts the Text into a Number,
      typically through calling the VALUE() function. This feature can be
      convenient if files never change locale, but in today's international
      environment, this feature can easily lead to data files that look
      correct but give subtly wrong answers, especially when shared with
      users who use a different locale. This can be a problem even when the
      documents never leave a small geographical area, since users may
      choose a locale they are familiar with that is different that the one
      expected by the document sender.

      This is perfectly solvable.
      Let me explain.
      The environment needs to be split in two. One internal representation
      and one UserInterface representation.
      The internal representation holds a standardized locale. And the
      UserInterface has also a local.
      The programs can compare the two and calculate forth and back between
      those, while the internal representation remains stable.
      Means documents that can be read with any local because it's not
      dependent upon the UI localization.
      User can input things that get (in a stable way) converted to the
      internal representation and forth to display everything.

      Allows for doing a Auto Text to Number.
      Works as following:
      A preparing function takes the text and converts it to the internal
      representation locale according to localization transformation rules.
      Now our Function can take that, which is the same everywhere, and
      converts it according to the internal representation local.
      The program then, for showing, does the regular transformation between
      internal representation locale and user interface locale.

      There are of course strange edge cases that will always be very
      difficult to solve.
      But having a simple way to do simple things looks very good possible
      in a standards-compliant locale-independent way.

      This also allows collaboration wit people from different locale on the
      same document.

        Attachments

          Activity

            People

            • Assignee:
              patrick Patrick Durusau
              Reporter:
              rcweir Robert Weir (Inactive)
            • Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: