Bug 314

Summary: Support utf8 in linuxsampler communication
Product: QSampler Reporter: Nikita Zlobin <cook60020tmp>
Component: qsamplerAssignee: Rui Nuno Capela <rncbc>
Status: CLOSED FIXED    
Severity: normal CC: cuse
Priority: P5    
Version: SVN Trunk   
Hardware: PC   
OS: Linux   

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.