knguyen 2004/10/22 16:43:51 CEST
Modified files: (Branch: JAHIA-4-0-BRANCH)
etc/config tidy.properties
Log:
- by default use utf8
Revision Changes Path
1.4.4.3 +1 -0 jahia/etc/config/tidy.properties
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/etc/config/tidy.properties.diff?r1=1.4.4.2&r2=1.4.4.3&f=h
Index: tidy.properties
===================================================================
RCS file: /home/cvs/repository/jahia/etc/config/Attic/tidy.properties,v
retrieving revision 1.4.4.2
retrieving revision 1.4.4.3
diff -u -r1.4.4.2 -r1.4.4.3
--- tidy.properties 14 Oct 2004 12:52:31 -0000 1.4.4.2
+++ tidy.properties 22 Oct 2004 14:43:51 -0000 1.4.4.3
@@ -69,6 +69,7 @@
#char-encoding: raw, ascii, latin1, utf8 or iso2022
# Determines how Tidy interprets character streams. For ascii, Tidy will accept
Latin-1 character values, but will use entities for all characters whose value > 127.
For raw, Tidy will output values above 127 without translating them into entities. For
latin1 characters above 255 will be written as entities. For utf8, Tidy assumes that
both input and output is encoded as UTF-8. You can use iso2022 for files encoded using
the ISO2022 family of encodings e.g. ISO 2022-JP. The default is ascii.
+char-encoding = utf8
#numeric-entities: bool
# Causes entities other than the basic XML 1.0 named entities to be written in
the numeric rather than the named entity form. The default is no