No release in over 3 years
Low commit activity in last 3 years
Jekyll plugin to substitute combining diacritical marks
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 13
~> 3

Runtime

 Project Readme

JekyllDiacriticCompressor

Gem Version Build Status

This is a sanitization plugin.

It turns characters with combining diacritical marks into their single-codepoint equivalent.

Example

The character "Ä" can be represented two ways:

  • by codepoint 196
  • by the combination of the codepoints 65 (A) and 776 ( ̈ )

This plugin ensures it is the first option wherever possible.

Installation

Add 'jekyll-diacritic-compressor' to the jekyll_plugins group in your Gemfile.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/janosch-x/jekyll-diacritic-compressor.

License

The gem is available as open source under the terms of the MIT License.