https://bugs.freedesktop.org/show_bug.cgi?id=87968

--- Comment #1 from Richard PALO <[email protected]> ---
This is unfortunate, as instead of upcasing (a word containing an 'é') I
thought I would try to simply insert the special character... but doing that I
get :

warn:sfx.control:101840:1:sfx2/source/control/dispatch.cxx:1505: Childwindow
slot missing: 10365
Assertion failed: eBlockStart == eBlockEnd && eBlockStart == eBlock, file
/tmp/pkgsrc/misc/libreoffice4/work/libreoffice-4.3.5.2/svx/source/dialog/charmap.cxx,
line 1472, function InitList

which corresponds to:
#if OSL_DEBUG_LEVEL > 0
            if (eBlock != UBLOCK_NO_BLOCK &&
                eBlock != UBLOCK_INVALID_CODE &&
                eBlock != UBLOCK_COUNT &&
                eBlock != UBLOCK_HIGH_SURROGATES &&
                eBlock != UBLOCK_HIGH_PRIVATE_USE_SURROGATES &&
                eBlock != UBLOCK_LOW_SURROGATES)

            {
                UBlockCode eBlockStart =
ublock_getCode(aAllSubsets.back().GetRangeMin());
                UBlockCode eBlockEnd =
ublock_getCode(aAllSubsets.back().GetRangeMax());
                assert(eBlockStart == eBlockEnd && eBlockStart == eBlock);
            }
#endif
        }



Not having much luck today. If it turns out the the fundamental cause is
different for these, I guess this one should then be object of an different
bug report.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to