forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config nohtmlentities
Violet edited this page Nov 2, 2010
·
2 revisions
By default Melody uses the Perl module HTML::Entities
to encode characters into HTML entities, provided that you have it. However, in some circumstances, even if you do, you may not wish to use it for encoding, if for example, if you are using a language that uses a different character encoding (Polish, Russian, etc). In that case, you should set the value of NoHTMLEntities
to 1
.
Default value: 0
(use HTML::Entities
, if it's available)
Example:
NoHTMLEntities 1
See Also
-
Categories: Appendix: Configuration Directives
-
Tags: config