https://bugs.documentfoundation.org/show_bug.cgi?id=152781

--- Comment #5 from BogdanB <buzea.bog...@libreoffice.org> ---
(In reply to BogdanB from comment #4)
> (In reply to Eike Rathke from comment #2)
> > Regarding the
> > svtools/source/misc/langtab.cxx:244: Language
> > warnings, that's a good source of information what on-the-fly language tags
> > are added to the predefined list. Nothing to worry about.
> > To be investigated though is whether attempting to obtain some more than
> > once could be avoided.
> > 
> > svl/source/items/itempool.cxx:442: old secondary pool
> > should be looked at.
> 
> In my list of languages from Character window I see that some languages are
> checked, from example, French (Monaco). But in the list from description is
> just Spanish. So, I supose something is not well detected about Spanish
> language. ("Language: 0x7e0 with unknown name").

I searched in svtools/source/misc/langtab.cxx:244 and the number is formed by
0x plus the number for language.

-----
warn:svtools.misc:86308:86308:svtools/source/misc/langtab.cxx:244: Language:
0x540a with unknown name, so returning lang-tag of: Spanish (United States)
{es-US}
----
For this warning for example in lang.h line 400 we have
----
#define LANGUAGE_SPANISH_UNITED_STATES      LanguageType(0x540A)
----

Could be upper case the reason for error?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to