view · edit · sidebar · attach · print · history

20110107-check-character-encoding

<< | Index | >>


  1. Check difference between rkj-character-encodings (0.4.1) and character-encodings (0.4.1) suspend
  2. Check BAG list

Goal
  • Check character-encoding and rkj-character-encoding / 70%
Milestones
  1. Check BAG list
Summary
Commits
ToDo Tomorrow
Keep in Mind
  1. swissmedic_followers debug
  2. On Ice
  3. 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

view · edit · sidebar · attach · print · history
Page last modified on January 07, 2011, at 07:42 AM