Re: [Issue 1024] invalid UTF-8 sequence for \u00B6 (¶) in comment

Lionello Lunesu lio at lunesu.remove.com
Tue Mar 6 00:11:41 PST 2007


d-bugmail at puremagic.com wrote:
> http://d.puremagic.com/issues/show_bug.cgi?id=1024
> 
> 
> 
> 
> 
> ------- Comment #4 from benoit at tionex.de  2007-03-04 16:41 -------
> hm, i did forget to reactivate the code that produces the utf chars....
> 
> Now i can say, it also works without BOM, and my problem was a coding error in
> writing the file.
> 
> char[] line;
> ...
> line ~= '\u00b6'; // This made the corrupt file content
> line ~= "\u00b6"; // So the file is written correctly
> // write the line into the file
> 

THAT's a known bug, issue 111

  http://d.puremagic.com/issues/show_bug.cgi?id=111


More information about the Digitalmars-d-bugs mailing list