<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Fix QA test for StrConv VBA function"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=124184#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Fix QA test for StrConv VBA function"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=124184">bug 124184</a>
from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
<pre>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] <a href="https://msdn.microsoft.com/en-us/goglobal/bb964664">https://msdn.microsoft.com/en-us/goglobal/bb964664</a></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>