On Sun, 27 Jan 2008 16:00:42 +, Peter Pei wrote:
> "Marc 'BlackJack' Rintsch" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> On Sun, 27 Jan 2008 05:32:40 +, Peter Pei wrote:
>>
>>> You didn't understand my question, but thanks any way.
>>>
>>> Yes, it is true that %s alr
"Marc 'BlackJack' Rintsch" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sun, 27 Jan 2008 05:32:40 +, Peter Pei wrote:
>
>> You didn't understand my question, but thanks any way.
>>
>> Yes, it is true that %s already support unicode, and I did not contradict
>> that. But it
"Steven D'Aprano" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sun, 27 Jan 2008 05:32:40 +, Peter Pei wrote:
>
>> You didn't understand my question, but thanks any way.
>>
>> Yes, it is true that %s already support unicode, and I did not
>> contradict that. But it counts t
"I V" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sun, 27 Jan 2008 05:32:40 +, Peter Pei wrote:
>> Yes, it is true that %s already support unicode, and I did not
>> contradict that. But it counts the number of bytes instead of
>> characters, and makes things like %-20s ou
Peter Pei schrieb:
> I am using things like "%-20s%-60s%-10s" in tkinter listbox to make it
> look like a table, with mono sized font like lucie system. But this does
> not work with data contains "Les misérables", because it is unicode, and
> one byte is not neccessary one character. Now how ca
Peter Pei wrote:
> You didn't understand my question, but thanks any way.
>
> Yes, it is true that %s already support unicode, and I did not
> contradict that. But it counts the number of bytes instead of
> characters, and makes things like %-20s out of alignment. If you don't
> understand my a
On Sun, 27 Jan 2008 05:32:40 +, Peter Pei wrote:
> You didn't understand my question, but thanks any way.
>
> Yes, it is true that %s already support unicode, and I did not contradict
> that. But it counts the number of bytes instead of characters, and makes
> things like %-20s out of align
Ever heard the word "PLONK"?
Peter Pei harshly top-posted:
> You didn't understand my question, but thanks any way.
>
> Yes, it is true that %s already support unicode, and I did not
> contradict that. But it counts the number of bytes instead of
> characters, and makes things like %-20s out of a
On Jan 27, 3:06 pm, "Peter Pei" <[EMAIL PROTECTED]> wrote:
> I probably should mention that what I want is to make all parts of the
> string aligned, and look like table. I am not looking for other ways to make
> it table-alike, but only interested in making % work with unicode -counting
> characte
On Sun, 27 Jan 2008 05:32:40 +, Peter Pei wrote:
> You didn't understand my question, but thanks any way.
>
> Yes, it is true that %s already support unicode, and I did not
> contradict that. But it counts the number of bytes instead of
> characters, and makes things like %-20s out of alignme
On Sun, 27 Jan 2008 05:32:40 +, Peter Pei wrote:
> Yes, it is true that %s already support unicode, and I did not
> contradict that. But it counts the number of bytes instead of
> characters, and makes things like %-20s out of alignment. If you don't
> understand my assertion, please don't argu
s%-10s" in tkinter listbox to make it look
>like a table, with mono sized font like lucie system. But this does not
>work with data contains "Les misérables", because it is unicode, and one
>byte is not neccessary one character. Now how can I resolve this issue?
>
> M
I just sorted posts by from, and figured out that you are kind of PSF guy...
However that does not make you qualified, I care whether you are capable not
whether you have the time to spend for PSF.
Adios!
==
"Peter Pei" <[EMAIL PROTECTED]> wrote in message
You didn't understand my question, but thanks any way.
Yes, it is true that %s already support unicode, and I did not contradict
that. But it counts the number of bytes instead of characters, and makes
things like %-20s out of alignment. If you don't understand my assertion,
please don't argue
On Sun, 27 Jan 2008 04:06:45 +, Peter Pei wrote:
> I probably should mention that what I want is to make all parts of the
> string aligned, and look like table. I am not looking for other ways to
> make it table-alike, but only interested in making % work with unicode
> -counting characters no
I probably should mention that what I want is to make all parts of the
string aligned, and look like table. I am not looking for other ways to make
it table-alike, but only interested in making % work with unicode -counting
characters not bytes...
--
http://mail.python.org/mailman/listinfo/pytho
I resolve this issue?
My issue is "how to make format operator % work with unicode as expected",
and has nothing to do with tkinter. If I want to use a table widget or
something, I can. But that's not the question.
--
http://mail.python.org/mailman/listinfo/python-list
17 matches
Mail list logo