Bug 387967

Summary: encoding warnings for AxisDock
Product: [Applications] LabPlot2 Reporter: uwestoehr <uwestoehr>
Component: frontendAssignee: Stefan Gerlach <stefan.gerlach>
Status: RESOLVED FIXED    
Severity: normal CC: stefan.gerlach
Priority: NOR    
Version: latest   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: patch for the Unicode issue

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.