Hi everyone,
I am new to Mushclient and I have been investigating one issues regarding chinese trigger using regex.
The mud is using Big5 and I cannot check the utf-8 box.
When the triggers contain some special chinese words(eg. "架","跋", "崙"), they are not loaded when I open the world.
It gave a error message saying "Failed: missing terminating ] for character class"
I tried to use some encoder to check those words, all of them contain "%5B" which can be decoded to "[".
I think that's the cause of the problem.
Is there any workarounds to make the regex treating the whole sentence as one string but to check it byte by byte?
Please help.
Thanks
I am new to Mushclient and I have been investigating one issues regarding chinese trigger using regex.
The mud is using Big5 and I cannot check the utf-8 box.
When the triggers contain some special chinese words(eg. "架","跋", "崙"), they are not loaded when I open the world.
It gave a error message saying "Failed: missing terminating ] for character class"
I tried to use some encoder to check those words, all of them contain "%5B" which can be decoded to "[".
I think that's the cause of the problem.
Is there any workarounds to make the regex treating the whole sentence as one string but to check it byte by byte?
Please help.
Thanks