make typography option three staged FS#1142
Because correct smart quote parsing with regular expressions is nearly impossible, especially when dealing with quote usage in languages different from english, the typography configuration option was changed. 0 means to completely disable any typography replacements 1 will only handle the multiply entitity and double quotes, this should nearly always work without problems and is the new default 2 will add singlequote parsing. This might break because single quotes and apostrophes are not always easily distinguishable. Especially in languages where single quote openings and apostrophes are different characters you might experience problems. For english it should nearly always work. darcs-hash:20070613184015-7ad00-0cebc3f807f54467d54458075c5c9f651355c5ba.gz
Showing
- conf/dokuwiki.php 1 addition, 1 deletionconf/dokuwiki.php
- inc/parser/parser.php 14 additions, 12 deletionsinc/parser/parser.php
- lib/plugins/config/lang/en/lang.php 5 additions, 0 deletionslib/plugins/config/lang/en/lang.php
- lib/plugins/config/settings/config.metadata.php 1 addition, 1 deletionlib/plugins/config/settings/config.metadata.php
Please register or sign in to comment