0.0
No commit activity in last 3 years
No release in over 3 years
Converts text to use UTF-8 Hungarian accents
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.15
~> 10.0
~> 3.0
 Project Readme

Ekezetalakito

This is a simple gem used to convert acute Hungarian accents to utf-8 accented characters. I've created it to practice building a Ruby gem. Its whole functionaly can be substituted with unicode_normalize function from Ruby 2.2.

Installation

Add this line to your application's Gemfile:

gem 'ekezetalakito'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ekezetalakito

Usage

Currently there are two way you can use this gem.

First you can call the convert method by giving a convertable text to it.

Second you can put some text to the Clipboard with accute accents and then (after having successfully installed the gem) running ekezetalakito in the command line. This will convert the Clipboard's content.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/farkasseb/ekezetalakito.

License

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