Ata Jafari writes:
> Finally I did it.
> I was doing some stupid mistakes.
> Thanks alot.
For the benefit of future readers of this thread, could you please
describe what the errors were and how you discovered them? Also what the
eventual solution was.
--
\ “When I get new information,
On Aug 20, 10:04 pm, Thomas Jollans wrote:
> On Thursday 19 August 2010, it occurred to ata.jaf to exclaim:
>
>
>
> > On Aug 17, 11:55 pm, Thomas Jollans wrote:
> > > On Tuesday 17 August 2010, it occurred to ata.jaf to exclaim:
> > > > I am developing a little program in Mac with wxPython.
> > >
On Thursday 19 August 2010, it occurred to ata.jaf to exclaim:
> On Aug 17, 11:55 pm, Thomas Jollans wrote:
> > On Tuesday 17 August 2010, it occurred to ata.jaf to exclaim:
> > > I am developing a little program in Mac with wxPython.
> > > But I have problems with the characters that are not in A
On 8/20/2010 9:07 AM, Rami Chowdhury wrote:
On Fri, Aug 20, 2010 at 21:02, ata.jaf wrote:
On Aug 19, 11:48 am, Steven D'Aprano wrote:
On Thu, 19 Aug 2010 01:29:51 -0700, ata.jaf wrote:
On Aug 17, 11:55 pm, Thomas Jollans wrote:
Yes I have a source code encoding line.
Here it is:
# -*- cod
On Fri, Aug 20, 2010 at 21:02, ata.jaf wrote:
> On Aug 19, 11:48 am, Steven D'Aprano t...@cybersource.com.au> wrote:
>> On Thu, 19 Aug 2010 01:29:51 -0700, ata.jaf wrote:
>> > On Aug 17, 11:55 pm, Thomas Jollans wrote:
>> >> On Tuesday 17 August 2010, it occurred to ata.jaf to exclaim:
>>
>> >>
On Aug 19, 11:48 am, Steven D'Aprano wrote:
> On Thu, 19 Aug 2010 01:29:51 -0700, ata.jaf wrote:
> > On Aug 17, 11:55 pm, Thomas Jollans wrote:
> >> On Tuesday 17 August 2010, it occurred to ata.jaf to exclaim:
>
> >> > I am developing a little program in Mac with wxPython. But I have
> >> > prob
> I write a line of strings in the source code and I want my program to
> show that as an output on GUI. And this line of strings includes a
> character like "ü".
Make sure you use Unicode literals in your source code, i.e. u"ü".
HTH,
Martin
--
http://mail.python.org/mailman/listinfo/python-list
On Thu, 19 Aug 2010 01:29:51 -0700, ata.jaf wrote:
> On Aug 17, 11:55 pm, Thomas Jollans wrote:
>> On Tuesday 17 August 2010, it occurred to ata.jaf to exclaim:
>>
>> > I am developing a little program in Mac with wxPython. But I have
>> > problems with the characters that are not in ASCII. Like
On Aug 17, 11:55 pm, Thomas Jollans wrote:
> On Tuesday 17 August 2010, it occurred to ata.jaf to exclaim:
>
> > I am developing a little program in Mac with wxPython.
> > But I have problems with the characters that are not in ASCII. Like
> > some special characters in French or Turkish.
> > So I
On Tuesday 17 August 2010, it occurred to ata.jaf to exclaim:
> I am developing a little program in Mac with wxPython.
> But I have problems with the characters that are not in ASCII. Like
> some special characters in French or Turkish.
> So I am looking for a way to solve this. Like an encoding st
I am developing a little program in Mac with wxPython.
But I have problems with the characters that are not in ASCII. Like
some special characters in French or Turkish.
So I am looking for a way to solve this. Like an encoding standard
that supports all languages. Or some other way.
Thanks
Ata Jaf
11 matches
Mail list logo