[#386100] Numeric#coerce docs are disaster — 7stud -- <bbxx789_05ss@...>

num.coerce(numeric) =E2=86=92 array

14 messages 2011/08/02

[#386114] Documentation Improvement Proposal — Chris White <cwprogram@...>

=3D Issues =3D

24 messages 2011/08/02
[#386115] Re: Documentation Improvement Proposal — Steve Klabnik <steve@...> 2011/08/02

I reeeeeealy dislike user comments on documentation. It's one of the

[#386117] Re: Documentation Improvement Proposal — Phillip Gawlowski <cmdjackryan@...> 2011/08/02

On Tue, Aug 2, 2011 at 7:39 PM, Steve Klabnik <steve@steveklabnik.com> wrot=

[#386118] Re: Documentation Improvement Proposal — Steve Klabnik <steve@...> 2011/08/02

> What's wrong with stealing WikiPedia's procedures? The model works

[#386119] Re: Documentation Improvement Proposal — Chris White <cwprogram@...> 2011/08/02

On Aug 2, 2011, at 11:00 AM, Steve Klabnik wrote:

[#386123] Re: Documentation Improvement Proposal — Steve Klabnik <steve@...> 2011/08/02

Apologies, I've just responded to everyone in-line.

[#386231] Brainstorming ideas how to improve Ruby's documentation — Marc Heiler <shevegen@...>

The title is misleading...

42 messages 2011/08/05
[#386233] Re: Brainstorming ideas how to improve Ruby's documentation — "Fred L." <f.linard@...> 2011/08/05

Hello,

[#386235] Re: Brainstorming ideas how to improve Ruby's documentation — Alexander Litvinovsky <alexander.litvinovsky@...> 2011/08/05

What are you talking about? Ruby has a nice docs, railsapi.com for example.

[#386297] Help out with the next version of ruby-lang.org — Magnus Holm <judofyr@...>

https://github.com/rubylang/ruby-lang.org

11 messages 2011/08/07

[#386341] Exceptional Ruby and Metaprogramming Ruby has anyone picked these up? — Kevin <darkintent@...>

I'm thinking of picking up these two books and was wondering if anyone

11 messages 2011/08/09

[#386378] ruby installation — "Momodou J." <modou75alieu@...>

how to implement this in windows :

16 messages 2011/08/09

[#386401] *WHY* does this not work? — serialhex <serialhex@...>

ok, so code:

23 messages 2011/08/09
[#386403] Re: *WHY* does this not work? — "Darryl L. Pierce" <mcpierce@...> 2011/08/09

On Wed, Aug 10, 2011 at 03:52:59AM +0900, serialhex wrote:

[#386404] Re: *WHY* does this not work? — serialhex <serialhex@...> 2011/08/09

On Tue, Aug 9, 2011 at 3:05 PM, Darryl L. Pierce <mcpierce@gmail.com> wrote:

[#386480] Odd regexp behavior — Glen Holcomb <damnbigman@...>

I'm running 1.9.2-p180

16 messages 2011/08/10

[#386506] Distributing Ruby program as a standalone executable (exe) for windows — Michelle Pace <michelle@...>

Hello there,

10 messages 2011/08/11

[#386539] Online tutor for Ruby — T J Pereira <tj5155@...>

I am finding it difficult to apply the RUBY program. Its because i have

18 messages 2011/08/12
[#386541] Re: Online tutor for Ruby — Phillip Gawlowski <cmdjackryan@...> 2011/08/12

On Fri, Aug 12, 2011 at 6:00 AM, T J Pereira <tj5155@tm.net.my> wrote:

[#386637] class inheritance and class constants — Iñaki Baz Castillo <ibc@...>

------------------------

16 messages 2011/08/14

[#386784] Green Shoes v1.0 released — ashbb <ashbbb@...>

Hello, everyone.

15 messages 2011/08/18
[#392062] Re: Green Shoes v1.0 released — Barry Yu <yubarry@...> 2012/01/09

why do I get this error?

[#386796] Searching in a directory — Yu Yu <htwoo@...>

Hello,

21 messages 2011/08/18

[#386893] Gritty Details of super() — luke gruber <luke.gru@...>

Hey guys,

18 messages 2011/08/21

[#386900] Possble bug in Ruby parser (Fixnum#times within "case" statement) — Iñaki Baz Castillo <ibc@...>

Hi, I cannot find an explanation for the following issue so I think it's a =

15 messages 2011/08/21
[#386901] Re: Possble bug in Ruby parser (Fixnum#times within "case" statement) — Ryan Davis <ryand-ruby@...> 2011/08/21

[#386903] Re: Possble bug in Ruby parser (Fixnum#times within "case" statement) — Iñaki Baz Castillo <ibc@...> 2011/08/21

2011/8/22 Ryan Davis <ryand-ruby@zenspider.com>:

[#386920] New to Ruby some problems — jack jones <shehio_22@...>

I am new to Ruby, My mother tongue is C++ .. I have too many problems I

21 messages 2011/08/22

[#386949] Want to get involved with this doc stuff? I'm making it even easier — Steve Klabnik <steve@...>

Hey guys-

9 messages 2011/08/22

[#387058] How the access the values of this result — QAS WM <qaiserwali@...>

I am getting the following as a result of a script I run.

11 messages 2011/08/26

[#387070] overloading methods question please? — jack jones <shehio_22@...>

def do_something(a as Array)

11 messages 2011/08/26

[#387138] String#split resets regex captures variables (Ruby 1.8.7) — Olivier Lance <bestiol@...>

Hi,

10 messages 2011/08/29

[#387196] SAMSUNG to produce "Ruby on Rails in Silicon" System on a Chip — Ilias Lazaridis <ilias@...>

(public draft)

9 messages 2011/08/31

[#387197] Prepend a character to a string in ruby — ruby rails <rubyonrails4me@...>

Hi,

10 messages 2011/08/31

[#387212] GUI programming — Samuel Mensah <sasogeek@...>

Is ruby GUI programming something that will come along as I study ruby

19 messages 2011/08/31
[#387230] Re: GUI programming — Alexey Petrushin <axyd80@...> 2011/08/31

I believe right now it's better to stay with console, there's no Ruby

Getting error "incompatible character encodings".

From: Bhavesh Sharma <bhavesh1_sharma@...>
Date: 2011-08-21 05:40:49 UTC
List: ruby-talk #386890
Hi,

I have ruby 1.9.2 installed.

I have script which is created for utf8 data.

I have to use netssh also to send commands having utf8 data to remote
computers.  For this to work i have to use force encoding to ASCII-8BIT.

But after this rest of the places in script have utf8 data but after
this netssh command get executed rest of the script failed with for
incompatible encoding.


# encoding: utf-8

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '../..') if $0 =3D=3D=

__FILE__

require 'Lib/KazeonCommon/BasicMethodLibrary'
require 'Lib/KazeonCommon/WebAutosetup.rb'

class TC_I18N < Test::Unit::TestCase

  def setupnew(current_component=3D"")
    $ie.close if $ie
        sleep($deepSleep)
        $ie =3D Watir::IE.new()
        sleep($shortSleep)
  case current_component

      when "WEB_ADMIN"
        $ie.goto($adminLink)

      when "WEB_REPORT"
        $ie.goto($reportLink)

      when "WEB_SEARCH"
        $ie.goto($searchLink)

      when "LEGALUI"
        $ie.goto($legalLink)

      else
        #puts "setupnew case does not match"
  end
  end



 def test_0001
    printTestCaseInfo("I18N_0055", "Add Identity from GUI, for FIGS.")
    printTestCaseInfo("I18N_0001", "Add AD Authentication  from
Webadmin, for FIGS.")
          setupnew("WEB_ADMIN")
          skipSecurity("Continue to this website")
          kazeonLegalLogin("WEB_ADMIN", "ES1FR", "=C3=A2=C3=AA=C5=BE=C3=BD=
=C3=A1=C3=AD=C3=BA=C3=B6=C3=B3=C3=A1=C2=BF",
"=C3=A2=C3=AA=C5=BE=C3=BD=C3=A1=C3=AD=C3=BA=C3=B6=C3=B3=C3=A1=C2=BF")    =
#Here script works fine.
     issueCommandInKazBox5($node1, "add user es1fr+=E4=B9=9F=E6=98=AF=E5=A4=
=9C=E5=B8=82 role
legaladmin".force_encoding("ASCII-8BIT"), "")
    clickLogout()
 end

  def test_0002
      setupnew("WEB_ADMIN")
      skipSecurity("Continue to this website")
      kazeonLegalLogin("WEB_ADMIN", "ES1FR", "=C3=A2=C3=AA=C5=BE=C3=BD=C3=
=A1=C3=AD=C3=BA=C3=B6=C3=B3=C3=A1=C2=BF",
"=C3=A2=C3=AA=C5=BE=C3=BD=C3=A1=C3=AD=C3=BA=C3=B6=C3=B3=C3=A1=C2=BF")   #=
same command as above but here i got error
      clickLogout()
 end


Error appear as :


*******************************************************
    TestCaseNum: I18N_0001
    Description: Add AD Authentication  from Webadmin, for FIGS.

      > doman - ES1FR
      > loginName - =E2=94=9C=C3=B3=E2=94=9C=C2=AC=E2=94=BC=E2=95=9B=E2=94=
=9C=E2=95=9C=E2=94=9C=C3=AD=E2=94=9C=C2=A1=E2=94=9C=E2=95=91=E2=94=9C=E2=95=
=A2=E2=94=9C=E2=94=82=E2=94=9C=C3=AD=E2=94=AC=E2=94=90
      > loginPasswd - =E2=94=9C=C3=B3=E2=94=9C=C2=AC=E2=94=BC=E2=95=9B=E2=
=94=9C=E2=95=9C=E2=94=9C=C3=AD=E2=94=9C=C2=A1=E2=94=9C=E2=95=91=E2=94=9C=E2=
=95=A2=E2=94=9C=E2=94=82=E2=94=9C=C3=AD=E2=94=AC=E2=94=90
      > checkDomainSelectListExist() - Found domain select box
    waitForShowingUp - Log out - 10 sec
FAILED! Page didn't contain text - Cluster Management

*******************************************************
    TestCaseNum: I18N_0005
    Description: Adding FIGS and CJK users in role admin and legaladmin

    issueCommandInKazMachine=3Dui-n14
    issueCommandInKazcommand=3Dadd user es1fr+=CE=A3=E2=95=A3=C6=92=C2=B5=
=C3=BF=C2=BB=CF=83=C3=B1=C2=A3=CF=83=E2=95=95=C3=A9 role legaladmin
    issueCommandInKazstatus=3D
    issueCommandInKazuser=3Dadmin
    issueCommandInKazpasswd=3Dkazeon
Last login: Sat Aug 20 22:25:51 2011 from gui-xpi18n.kazeon.local

Log in as 'admin' to administer the Kazeon ISS system
Log in as 'root' for system maintenance only

add user es1fr+=CE=A3=E2=95=A3=C6=92=C2=B5=C3=BF=C2=BB=CF=83=C3=B1=C2=A3=CF=
=83=E2=95=95=C3=A9 role legaladmin
exit
ui-n14> add user es1fr+=CE=A3=E2=95=A3=C6=92=C2=B5=C3=BF=C2=BB=CF=83=C3=B1=
=C2=A3=CF=83=E2=95=95=C3=A9 role legaladmin

            Command failed.
            Status: Failure
            Error: User: es1fr+=CE=A3=E2=95=A3=C6=92=C2=B5=C3=BF=C2=BB=CF=
=83=C3=B1=C2=A3=CF=83=E2=95=95=C3=A9 already exists in Role:
legaladmin
ui-n14> exit
    --> clickLogout -
.      > doman - ES1FR
failed incompatible character encodings: ASCII-8BIT and UTF-8

Can someone help me how can i have script working from the point it is
failing i.e second login routine.


Thanks
Bhavesh

-- =

Posted via http://www.ruby-forum.com/.=

In This Thread

Prev Next