Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Please, no UTF-8 BOM
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Please, no UTF-8 BOM (Read 5368 times)
afb
Developer
Lives here!
Posts: 884
Please, no UTF-8 BOM
«
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
Logged
killerbot
Administrator
Lives here!
Posts: 5516
Re: Please, no UTF-8 BOM
«
Reply #1 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) :-(
Logged
killerbot
Administrator
Lives here!
Posts: 5516
Re: Please, no UTF-8 BOM
«
Reply #2 on:
October 16, 2006, 08:30:41 am »
done : rev 3091
Logged
afb
Developer
Lives here!
Posts: 884
Re: Please, no UTF-8 BOM
«
Reply #3 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
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
Please, no UTF-8 BOM