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

--- Comment #5 from Mike Kaganski <mikekagan...@hotmail.com> ---
StrConv in LO does not implement handling its third argument (LCID). Without
that, there's no way to create useful unit tests (since everything is
system-dependent, and so different on different systems).

If someone wants to implement that, the code is SbRtl_StrConv in
basic/source/runtime/methods.cxx; LCIDs (MS thing [1]) is represented in LO by
LanguageType (include/i18nlangtag/lang.h), so it's directly usable in the
SbRtl_StrConv function, that also internally uses a LanguageType value
hardcoded to LANGUAGE_SYSTEM.

[1] https://msdn.microsoft.com/en-us/goglobal/bb964664

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to