mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Removed dependency on Perl Encode::encode_utf8.
This commit is contained in:
parent
e71b021b6e
commit
48ba7e5f73
2 changed files with 8 additions and 1 deletions
|
@ -119,6 +119,13 @@ path_to_filename(src)
|
|||
RETVAL = Slic3r::PerlUtils::path_to_filename(src);
|
||||
OUTPUT: RETVAL
|
||||
|
||||
local_encoded_string
|
||||
path_to_filename_raw(src)
|
||||
const char *src;
|
||||
CODE:
|
||||
RETVAL = Slic3r::PerlUtils::path_to_filename(src);
|
||||
OUTPUT: RETVAL
|
||||
|
||||
std::string
|
||||
path_to_stem(src)
|
||||
const char *src;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue