Vtuber_DevGod
Results
1
comments of
Vtuber_DevGod
For anyone with special charecters in their file names... ```rust use percent_encoding::percent_decode_str; // directly having full path after asset:// or having localhost let location = location.strip_prefix("localhost").unwrap_or(location).to_string(); //Fix URI UTF8 encoding...