Articles in Character Encodings
A look at some new possibilities we have thanks to the character encoding savvy nature of Ruby 1.9…
This post covers various side details of the new encoding engine. It's kind of a grab bag of topics that you should also know about when writing character encoding savvy code…
Now that we've covered String, we need to talk about how String's get their initial Encoding…
Ruby 1.9's String class has changed quite a bit to support the new character encoding engine. Let me show you what's different and how to work with the new features…
Let's take a quick look at what's not working Ruby 1.8's character encoding support so we can better understand where all of these Ruby 1.9 changes are coming from…
This article covers the Ruby 1.8 system of converting between character encodings…
Details on how to globally change the encoding for Ruby 1.8 as well as coverage for a simple character encoding helper library…
This is a look at the key features of Ruby 1.8's character encoding support…
This is an attempt to establish general encoding strategies…
An in depth study of the largest character set in modern usage and how it can meet your needs…
|