Re: [SOLVED] [BUG?] Re: error Not the start of the UTF-8 sequence

2011-04-07 Thread Kagamin
spir Wrote: I get this error message: Not the start of the UTF-8 sequence if it's '\0', the error message is clearly incorrect, report a bug.

error Not the start of the UTF-8 sequence

2011-04-06 Thread spir
Hello, I get this error message: Not the start of the UTF-8 sequence without any other comment module name or whatnot. This happens when I just added toString to the following struct, and used it: struct Node { // Note: level is equal to the number of chars up to this node.

Re: error Not the start of the UTF-8 sequence

2011-04-06 Thread Kagamin
spir Wrote: Hello, I get this error message: Not the start of the UTF-8 sequence without any other comment module name or whatnot. This happens when I just added toString to the following struct, and used it: struct Node { // Note: level is equal to the number of

[SOLVED] [BUG?] Re: error Not the start of the UTF-8 sequence

2011-04-06 Thread spir
On 04/06/2011 11:53 AM, Kagamin wrote: spir Wrote: Hello, I get this error message: Not the start of the UTF-8 sequence without any other comment module name or whatnot. This happens when I just added toString to the following struct, and used it: struct Node { //