Bug 314 - Support utf8 in linuxsampler communication
Summary: Support utf8 in linuxsampler communication
Status: CLOSED FIXED
Alias: None
Product: QSampler
Classification: Unclassified
Component: qsampler (show other bugs)
Version: SVN Trunk
Hardware: PC Linux
: P5 normal
Assignee: Rui Nuno Capela
URL:
Depends on:
Blocks:
 
Reported: 2021-05-17 12:18 CEST by Nikita Zlobin
Modified: 2023-09-16 09:53 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Zlobin 2021-05-17 12:18:36 CEST
QSampler has bug, similar to JSampler bug #205 - it only opens, but doesn't properly pass filenames, whose paths include non-latin characters. Although now, with lscp 1.7, it's possible to pass everything up to lscp 1.7 (due to extended ascii allowed) - there is merge request at gitlab, that fixes (un)escaping for all lscp communications.

https://gitlab.com/rncbc/qsampler/-/merge_requests/1

Still not best solution
(best would be to move (un)escaping under liblscp hood).
Comment 1 Nikita Zlobin 2021-06-16 07:10:44 CEST
I guess, this could be closed, because it's now in master.