<table><tr><td style="">yurchor created this revision.<br />yurchor added reviewers: KDE Edu, Localization.<br />Herald added a project: KDE Edu.<br />Herald added a subscriber: kde-edu.<br />yurchor requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D16775">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Using the comma as a decimal separator in multiple argument functions confuses KmPlot parser.</p>

<p>BUG: 267203</p>

<p><a href="https://bugs.kde.org/show_bug.cgi?id=267203" class="remarkup-link" target="_blank" rel="noreferrer">https://bugs.kde.org/show_bug.cgi?id=267203</a></p>

<p>On the other hand, it is natural to separate numbers with comma separator using the comma with space, e.g. "(0,5, 0,5)", so it is enough to replace the "<number>,<number>" sequences with "<number>.<number>" to obtain the correct results.</p></div></div><br /><div><strong>TEST PLAN</strong><div><ol class="remarkup-list">
<li class="remarkup-list-item">Plot "f(x) = max(sin(x),cos(x))" in KmPlot with some locale which uses the comma as a decimal separator (according to Wikipedia, this can be a Europian (non-Brittish), Western Asian, Western African or South American locale, e.g. "de", "ca, "es", "uk", "pt_BR"). The result should be correct.</li>
</ol>

<ol class="remarkup-list" start="2">
<li class="remarkup-list-item">Plot "f(x) = max(0,5∙sin(x),cos(x))" in KmPlot. Everything should be fine as well.</li>
</ol></div></div><br /><div><strong>REPOSITORY</strong><div><div>R334 KmPlot</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D16775">https://phabricator.kde.org/D16775</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kmplot/parser.cpp</div></div></div><br /><div><strong>To: </strong>yurchor, KDE Edu, Localization<br /><strong>Cc: </strong>kde-edu, narvaez, apol<br /></div>