<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Not saving (loading?) NarrowName of months properly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=133471">133471</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Not saving (loading?) NarrowName of months properly
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.2.0.0.alpha0+
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Keywords</th>
          <td>dataLoss
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mihhkel@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>A couple of locales have DefaultNarrowName defined for months:

Hungarian:
<MonthID>jan</MonthID>
<DefaultAbbrvName>I.</DefaultAbbrvName>
<DefaultFullName>január</DefaultFullName>
<DefaultNarrowName>jan.</DefaultNarrowName>

Estonian (currently only in master):
<MonthID>jan</MonthID>
<DefaultAbbrvName>jaan</DefaultAbbrvName>
<DefaultFullName>jaanuar</DefaultFullName>
<DefaultNarrowName>I</DefaultNarrowName>

The narrow name corresponds to MMMMM in date formats.

When using a date format containing the narrow version of the month name, this
is not preserved after saving & re-opening the document:

- In Calc, the MMMMM gets replaced with MMM when saving as .ods (ODF 1.2
extended). Curiously enough it's saved/loaded correctly to/from .xlsx
(2007-365).

- When using date field in e.g. Writer and setting it to one of the MMMMM
dates, it also gets replaced with MMM code when saving as .odt. When saving to
(or loading from?) .docx, the month part is completely lost.

Same behaviour with 6.4.4 and current master. Behaviour is (easily) testable
only starting from 6.2 when narrow month names became usable with Hungarian
locale.</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>