Force all source code to UTF-8 encoding by default
commit7d766ecc5d752d4c4eae17cbf6c84eab9fb1b294
authorShawn O. Pearce <spearce@spearce.org>
Tue, 12 Aug 2008 01:07:48 +0000 (11 18:07 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 14 Aug 2008 17:33:19 +0000 (14 19:33 +0200)
tree8ae083751406b81358b6da58e08d8048583db002
parent5d00779ca020df4d87706d897a6c9886dda4b4b6
Force all source code to UTF-8 encoding by default

To keep things simple we should use a single character encoding
for all of our source files, and UTF-8 is the best choice as it
will handle any possible Unicode character but the majority of
our source is plain 'ole ASCII.

We really want to support full Unicode in our sources so we can
setup Unicode test vectors, have translations which are usually
in the standard encoding, and correctly support author names in
source code copyright comments.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit-feature/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.spearce.egit-updatesite/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.spearce.egit.core.test/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.spearce.egit.core/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.spearce.egit.ui/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.spearce.egit/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.spearce.jgit.pgm/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.spearce.jgit.test/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]
org.spearce.jgit/.settings/org.eclipse.core.resources.prefs [new file with mode: 0644]