PrusaSlicer-NonPlainar/xs
bubnikv 1385018724 Unicode handling:
Removed the Perl dependencies on Encode, Encode::Locale and Unicode::Normalize.
Added dependency on boost::locale.
Added encode_path, decode_path, normalize_utf8 functions to Slic3r.xs

Slic3r.xs has been made mostly utf8 safe by using the boost::nowide library,
thanks to @alexrj for the idea.

Simplified the encode_path / decode_path stuff:
wxWidgets are unicode already, so there is no need to decode_path() from it.
Perl / win32 interfacing is non-unicode, so decode_path() is executed
on ARGV just at the beginning of the perl scripts.
2017-08-03 17:31:31 +02:00
..
lib/Slic3r Ported the cooling changes from @alexrj: Don't slow down the external 2017-06-22 12:59:23 +02:00
src Unicode handling: 2017-08-03 17:31:31 +02:00
t Ported config load / stored to C++, thanks @alexrj 2017-06-14 17:51:14 +02:00
xsp Unicode handling: 2017-08-03 17:31:31 +02:00
Build.PL Unicode handling: 2017-08-03 17:31:31 +02:00
MANIFEST Unicode handling: 2017-08-03 17:31:31 +02:00
MANIFEST.SKIP Finished GCodeSender 2014-12-27 22:58:01 +01:00