-
syntheticpp committed revision 1067 to the Loki SVN repository, changing 2 files.
2009-12-22 11:36:36 UTC by syntheticpp
-
syntheticpp committed revision 1066 to the Loki SVN repository, changing 1 files.
2009-12-22 11:35:46 UTC by syntheticpp
-
If the ‘\357’ ‘\273’ and ‘\277’ byte order marks were added by a Windows editor that uses UTF-8 encoding, then that was likely done by me. I've been using various editors when working on source code from my different computers. I'll check the editors and change the settings if necessary.
Sorry about any inconvenience that caused you.
2009-12-17 22:31:46 UTC by rich_sposato
-
It does work after I updated the trunk. Thanks a lot.
2009-12-15 14:59:59 UTC by maliku
-
It dose work after I updated the trunk.
Thanks a lot.
2009-12-15 14:23:51 UTC by maliku
-
Thanks! Good to know "no BOMbs on Linux" ;)
Does it work for you now?
Just for the records, this tools (not complete) could be used under Linux:
- vim with :set nobomb
- Editor geany (there is a BOM menu entry)
2009-12-14 17:06:32 UTC by syntheticpp
-
syntheticpp committed revision 1065 to the Loki SVN repository, changing 2 files.
2009-12-14 17:01:10 UTC by syntheticpp
-
Thanks for your reply. Firstly, I am much sure that I use the "svn checkout" command to get copies. Secondly, I discovered that ‘\357’ ‘\273’ ‘\277’ are the BOM (byte order mark) of UTF-8 for Windows which are "EF BB BF" by hexadecimal.
I suspect your soure files was edited by some Windows editor, because I know many Windows programs add BOMs to UTF-8 files by default. However, in...
2009-12-14 13:41:22 UTC by maliku
-
Sorry you came across this problem. I looked into it, but could not duplicate the error message you reported.
I looked at my copies of StrongPtr.h and SmallObj.h to see if there were any non-ascii chars, but I saw none. I even got fresh copies from subversion, but again saw no strange characters in the files.
However, I did check the online history of StrongPtr.h and the annotated view...
2009-12-08 05:09:38 UTC by rich_sposato
-
by the way, version of my gcc is 4.2.4.
2009-12-07 07:39:52 UTC by maliku