adding comments about file encoding

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@151017 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2004-11-29 22:22:48 +00:00
parent 4b4625d35b
commit 22c837d3be
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
package org.apache.lucene.analysis.de; package org.apache.lucene.analysis.de;
// This file is encoded in UTF-8
/** /**
* Copyright 2004 The Apache Software Foundation * Copyright 2004 The Apache Software Foundation

View File

@ -1,4 +1,5 @@
package org.apache.lucene.analysis.de; package org.apache.lucene.analysis.de;
// This file is encoded in UTF-8
/** /**
* Copyright 2004 The Apache Software Foundation * Copyright 2004 The Apache Software Foundation

View File

@ -1,5 +1,5 @@
<html> <html>
<body> <body>
Support for indexing and searching of German text. Support for indexing and searching of German text. The source files are encoded in UTF-8.
</body> </body>
</html> </html>