Bug 387967 - encoding warnings for AxisDock
Summary: encoding warnings for AxisDock
Status: RESOLVED FIXED
Alias: None
Product: LabPlot2
Classification: Applications
Component: frontend (show other bugs)
Version: latest
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Stefan Gerlach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-16 16:45 UTC by uwestoehr
Modified: 2018-01-20 11:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
patch for the Unicode issue (1.00 KB, patch)
2017-12-16 16:45 UTC, uwestoehr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description uwestoehr 2017-12-16 16:45:27 UTC
Created attachment 109413 [details]
patch for the Unicode issue

I get:

2>C:\CraftRoot\labplot\src\kdefrontend\dockwidgets\AxisDock.cpp(333): warning C4566: character represented by universal-character-name '\u03C0' cannot be represented in the current code page (1252)

and

1>C:\CraftRoot\labplot\src\kdefrontend\dockwidgets\AxisDock.cpp(361): warning C4127: conditional expression is constant
1>C:\CraftRoot\labplot\src\kdefrontend\dockwidgets\AxisDock.cpp(881): warning C4127: conditional expression is constant
1>C:\CraftRoot\labplot\src\kdefrontend\dockwidgets\AxisDock.cpp(1023): warning C4127: conditional expression is constant

Attached is a patch for the first issue.