mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-11 16:00:17 -07:00
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. |
||
|---|---|---|
| .. | ||
| GCode | ||
| Geometry | ||
| GUI | ||
| Test | ||
| Config.pm | ||
| ExPolygon.pm | ||
| ExtrusionLoop.pm | ||
| ExtrusionPath.pm | ||
| Flow.pm | ||
| Geometry.pm | ||
| GUI.pm | ||
| Layer.pm | ||
| Line.pm | ||
| Model.pm | ||
| Point.pm | ||
| Polygon.pm | ||
| Polyline.pm | ||
| Print.pm | ||
| Surface.pm | ||
| SVG.pm | ||
| Test.pm | ||