D14122: KFormat: Replace unicode literal with unicode codepoint to fix MSVC build

2018-07-16 Thread Ben Cooksley
bcooksley added inline comments. INLINE COMMENTS > dhaumann wrote in kformatprivate.cpp:121 > Would it make sense to mention with which MSVC version this was tested? At > some point in time, this may be fixed, and then the comment is wrong. For the record, the current version of MSVC in use is

D14122: KFormat: Replace unicode literal with unicode codepoint to fix MSVC build

2018-07-15 Thread Dominik Haumann
dhaumann added inline comments. INLINE COMMENTS > kformatprivate.cpp:121 > { KFormat::UnitPrefix::Nano, 1e-9, bpow(-30), u'n' }, > -{ KFormat::UnitPrefix::Micro, 1e-6, bpow(-20), u'µ' }, > +// Thanks to broken MSVC, we can not use u'µ', but have to use the > unicode

D14122: KFormat: Replace unicode literal with unicode codepoint to fix MSVC build

2018-07-15 Thread Stefan Brüns
This revision was automatically updated to reflect the committed changes. Closed by commit R244:5c3f5eade4cc: KFormat: Replace unicode literal with unicode codepoint to fix MSVC build (authored by bruns). CHANGED PRIOR TO COMMIT https://phabricator.kde.org/D14122?vs=37776=37819#toc REPOSITORY

D14122: KFormat: Replace unicode literal with unicode codepoint to fix MSVC build

2018-07-14 Thread Ben Cooksley
bcooksley accepted this revision. bcooksley added a comment. This revision is now accepted and ready to land. Thanks for uploading this, that looks fine to me! REPOSITORY R244 KCoreAddons BRANCH msvc_fix REVISION DETAIL https://phabricator.kde.org/D14122 To: bruns, #frameworks,

D14122: KFormat: Replace unicode literal with unicode codepoint to fix MSVC build

2018-07-14 Thread Stefan Brüns
bruns added a dependency: D14121: KFormat: Add unit tests for mili/micro SI prefixes. REPOSITORY R244 KCoreAddons REVISION DETAIL https://phabricator.kde.org/D14122 To: bruns, #frameworks, kossebau, bcooksley Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D14122: KFormat: Replace unicode literal with unicode codepoint to fix MSVC build

2018-07-14 Thread Stefan Brüns
bruns created this revision. bruns added reviewers: Frameworks, kossebau, bcooksley. Restricted Application added a project: Frameworks. Restricted Application added a subscriber: kde-frameworks-devel. bruns requested review of this revision. REVISION SUMMARY MSVC is unable to parse UTF-8