Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: afb on October 15, 2006, 11:58:25 pm

Title: Please, no UTF-8 BOM
Post by: afb on October 15, 2006, 11:58:25 pm
The rev2090 doesn't build for me, since there are some extra ef bb bf characters before "SUBDIRS" in a couple of Makefile.am files. Having a BOM is great for UTF-16 and UTF-32, but pretty useless for UTF-8 ?

http://www.algonet.se/~afb/wx/codeblocks-rev3090_gremlins.patch
Title: Re: Please, no UTF-8 BOM
Post by: killerbot on October 16, 2006, 07:24:19 am
will fix that in 1.5 hours ;-)
damned, that's the second time this is happening to me.
I think my merging tool is doing this (Araxis Merge) :-(
Title: Re: Please, no UTF-8 BOM
Post by: killerbot on October 16, 2006, 08:30:41 am
done : rev 3091
Title: Re: Please, no UTF-8 BOM
Post by: afb on October 16, 2006, 01:45:59 pm
Thanks, saw that you fixed the extra backslash too...

http://www.algonet.se/~afb/wx/codeblocks-rev3090_backslash.patch