[IronPython] Unable to compare two junk character string in Iron Python.Do I need to include any particular encoding.??

saurabh rawat rawatsaurabh at yahoo.co.in
Tue Apr 26 13:51:19 CEST 2011


Hmm..you mean to say # -*- coding: utf-8-*- like this..will give it a try..i have actually but no success or may be I am missing the correct way to specify it.
Thanks and Rgds,
Saurabh
                                                  " The ultimate test of a relationship is to disagree but to hold hands..............."                     

--- On Tue, 26/4/11, Lukas Cenovsky <cenovsky at bakalari.cz> wrote:

From: Lukas Cenovsky <cenovsky at bakalari.cz>
Subject: Re: [IronPython] Unable to compare two junk character string in Iron Python.Do I need to include any particular encoding.??
To: "Discussion of IronPython" <users at lists.ironpython.com>
Date: Tuesday, 26 April, 2011, 4:46 PM



  
    
  You should use the same encoding as has you special character
    string.

    Have you tried using utf-8 instead of ascii?

    

    --

    -- Lukáš

    

    

    On 26.4.2011 11:56, saurabh rawat wrote:
    
      
        
          
            

              HI, 

              I have problem while working with text containing the
              unknown characters

              I have a method which compare the variable song with "some
              special character string"  and return true and false on
              the match and mismatch respectively.

              

              example

              

              (0)song = The goodgoddevil robzombie pfjsdfgolsdgâ¯â« á
              é ú

              (1)if song == "The goodgoddevil robzombie
              pfjsdfgolsdgâ¯â« á é ú"

              

              it exits as soon as it tries to execute the line (1) 

              

              

              I have go-ogled and found that something like this is to
              be  included

              #!/usr/bin/python

              # -*- coding: ascii -*-

              

              But still the same behavior, i think some problem with the
              coding - encoding standard.

              Could plz somebody help.

              

              Rgds,

              Saurabh

                                              
                
                             " The
                              ultimate test of a relationship is to
                              disagree but to hold hands..............." 
                             
               
            
          
        
      
      
_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

    
  

-----Inline Attachment Follows-----

_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20110426/6b25bd22/attachment.html>


More information about the Ironpython-users mailing list