Closed AlexEKoren closed 3 years ago
Added the decoding of "new_content" with an "ignore" flag so that if there are invalid characters, or characters outside the ASCII 128 range that are UTF-8 encoded, they can still be decoded and written. An example is the "¿" character.
Hi, I made a few tests with the ¿ character and it seems to be read and written properly. Maybe you can provide an example that fails?
Added the decoding of "new_content" with an "ignore" flag so that if there are invalid characters, or characters outside the ASCII 128 range that are UTF-8 encoded, they can still be decoded and written. An example is the "¿" character.