20110107-check-character-encoding
<< | Index | >>
- Check difference between rkj-character-encodings (0.4.1) and character-encodings (0.4.1)
suspend
- Check BAG list
- Goal
-
- Check character-encoding and rkj-character-encoding / 70%
- Milestones
-
- Check BAG list
- Summary
-
- Commits
-
- ToDo Tomorrow
-
- Keep in Mind
-
- swissmedic_followers debug
- On Ice
- emerge --sync
Check difference between rkj-character-encodings (0.4.1) and character-encodings (0.4.1)
sample
require 'encoding/character/utf-8'
str = u"hëllö"
p str.length
#=> 5
p str.reverse.length
#=> 5
p str[/ël/]
#=> "ël"
Reference
Check BAG list
Reference