An open API service indexing awesome lists of open source software.

https://github.com/norman/enc

Notes and slides from my Encodings talk at RubyConf Brasil 2010
https://github.com/norman/enc

Last synced: 7 months ago
JSON representation

Notes and slides from my Encodings talk at RubyConf Brasil 2010

Awesome Lists containing this project

README

          

# The 9th Bit: Encodings in Ruby 1.9

By [Norman Clarke](http://twitter.com/compay)

I hope you enjoyed my presentation at [RubyConf Brazil 2010](http://www.rubyconf.com.br/)!

This repository has my slides, some code demos you can run, and some links to
resources to get more information on encodings and Ruby.

You can also see the slides on [Slideshare](http://www.slideshare.net/normanclarke/the-9th-bit-encodings-in-ruby-19).

Comments? Feel free to send me an email at norman@njclarke.com.

## Encoding Resources

### Basic Information

* Fabio Akita - [Convertendo meu Banco de Latin1 para UTF-8](http://akitaonrails.com/2010/01/01/convertendo-meu-banco-de-latin1-para-utf-8)
* Ilya Grigorik - [Secure UTF-8 Input in Rails](http://www.igvita.com/2007/04/11/secure-utf-8-input-in-rails/)
* Yehuda Katz - [Encodings, Unabridged](http://yehudakatz.com/2010/05/17/encodings-unabridged/)

### More Advanced

* James Edward Grey II - [Understanding M17N](http://blog.grayproductions.net/articles/understanding_m17n)
* Yui Naruse - [The Design and Implementation of Ruby M17N](http://yokolet.blogspot.com/2009/07/design-and-implementation-of-ruby-m17n.html)
* Ben Peterson - [Unicode in Japan](http://web.archive.org/web/20080122094511/http://www.jbrowse.com/text/unij.html)
* Brian Candler - [String19](http://github.com/candlerb/string19)
* Otfried Chong - [Han Unification in Unicode](http://tclab.kaist.ac.kr/~otfried/Mule/unihan.html)
* Ken Lundie - [CJKV Information Processing](http://oreilly.com/catalog/9780596514471) (Book)

### Libraries

* [Unicode](http://github.com/blackwinter/unicode)
* [Babosa](http://github.com/norman/babosa)