Package de.undercouch.citeproc.helper
Class FrenchPunctuationSpacing
- java.lang.Object
-
- de.undercouch.citeproc.helper.FrenchPunctuationSpacing
-
public class FrenchPunctuationSpacing extends Object
Applies rules of French punctuation spacing.
See the following links for reference:
- http://forums.zotero.org/discussion/4933/localized-quotes/#Comment_88384
- https://github.com/mundschenk-at/wp-typography/issues/36
Note: We are following the rules described in the second link above. The sources collected are more convincing than the implementation in citeproc-js.
- Author:
- Michel Kraemer
-
-
Constructor Summary
Constructors Constructor Description FrenchPunctuationSpacing()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringapply(String str)Apply rules of French punctuation spacing
-