mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +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)
|
void replace_char(char * p_act)
|
||||||
{
|
{
|
||||||
const char repchars[]="/ \"%&-\t`'~<>!,:;?^<EFBFBD>$\\=*#@|";
|
const char repchars[]="/ \"%&-\t`'~<>!,:;?^$\\=*#@|";
|
||||||
do {
|
do {
|
||||||
p_act += strcspn(p_act, repchars );
|
p_act += strcspn(p_act, repchars );
|
||||||
if (*p_act) {
|
if (*p_act) {
|
||||||
|
Reference in New Issue
Block a user