mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
zapit/lib/zapittools.cpp: remove 0xB0 from replace chars, it break unicode strings
This commit is contained in:
@@ -128,7 +128,7 @@ namespace ZapitTools {
|
||||
|
||||
void replace_char(char * p_act)
|
||||
{
|
||||
const char repchars[]="/ \"%&-\t`'~<>!,:;?^<EFBFBD>$\\=*#@|";
|
||||
const char repchars[]="/ \"%&-\t`'~<>!,:;?^$\\=*#@|";
|
||||
do {
|
||||
p_act += strcspn(p_act, repchars );
|
||||
if (*p_act) {
|
||||
|
Reference in New Issue
Block a user