Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (19 loc) · 1.1 KB

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.