Hi, My environment, OS X Tiger, handles utf-8 katakana corrrectly w/ RSpec 1.1.3. Try following step If your're using DOS prompt:
1. Change Font to 'MS Gothic' on DOS prompt. 2. run command: "chcp 65001" 3. that's it. see also) http://www.mogya.com/blog/2007/11/utf8.html On Fri, Apr 25, 2008 at 11:46 PM, Tim Haines <[EMAIL PROTECTED]> wrote: > Hey there, > > Rspec output (1.1.3) doesn't seem to be handling unicode characters > correctly. I'm expecting to see Japanese katakana (on winXP) and I'm > getting numbers instead - the byte representation of the katakana or > something.. > > Should it be producing unicode if I have my environment set right? > > Cheers, > > Tim. > > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > -- KAKUTANI Shintaro [EMAIL PROTECTED] _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
