<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Japanese Traditional Numeric texts are wrong such as 1,2,3, 10, 1000, 10000"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130193#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Japanese Traditional Numeric texts are wrong such as 1,2,3, 10, 1000, 10000"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=130193">bug 130193</a>
              from <span class="vcard"><a class="email" href="mailto:naruoga@gmail.com" title="Naruhiko Ogasawara <naruoga@gmail.com>"> <span class="fn">Naruhiko Ogasawara</span></a>
</span></b>
        <pre>Due to discussions in the Japanese community, I have decided to make major
changes to the mapping between Excel (DBNum) and Calc (NatNum). This will
change the specification, but will instead improve interoperability with Excel.

The new mapping rules are as follows:

from DBNum to NatNum (import):

- DBNum1 -> NatNum4 (modern long Kanji text)
- DBNum2 -> NatNum5 (traditional long Kanji text)
- DBNum3 -> NatNum3 (fullwidth Arabic digits)

from NatNum to DBNum (export):

- NatNum1 -> DBNum1
- NatNum2 -> DBNum2
- NatNum3 -> DBNum3
- NatNum4 -> DBNum1
- NatNum5 -> DBNum2
- NatNum6 -> DBNum3
- NatNum7 -> DBNum1
- NatNum8 -> DBNum2
- NatNum9 -> (DBNum0, as Arabic)

Translated with www.DeepL.com/Translator (free version)

I already submit a set of patches includes unit tests.  After it will get
merged, I also have to update the help content.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>