[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 11:56:39 CEST 2011


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..............."                     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20110426/48dc00b6/attachment.html>


More information about the Ironpython-users mailing list