mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-12-05 08:41:06 -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. |
||
|---|---|---|
| .. | ||
| Controller | ||
| OptionsGroup | ||
| Plater | ||
| 2DBed.pm | ||
| 3DScene.pm | ||
| AboutDialog.pm | ||
| BedShapeDialog.pm | ||
| BonjourBrowser.pm | ||
| ConfigWizard.pm | ||
| Controller.pm | ||
| MainFrame.pm | ||
| Notifier.pm | ||
| OptionsGroup.pm | ||
| Plater.pm | ||
| Preferences.pm | ||
| ProgressStatusBar.pm | ||
| SystemInfo.pm | ||
| Tab.pm | ||