Re: [Tutor] three numbers for one

2013-06-11 Thread eryksun
On Tue, Jun 11, 2013 at 10:21 AM, Oscar Benjamin wrote: > What exactly are these? I tried looking for the HALFWIDTH DIGIT ZERO > that you mentioned but I can't find it: CJK typesetting uses the FULLWIDTH block for the ASCII range 0x21-0x7E: >>> '\N{FULLWIDTH DIGIT ONE}\N{FULLWIDTH DIGIT ZERO

Re: [Tutor] three numbers for one

2013-06-10 Thread Steven D'Aprano
On 10/06/13 22:55, Oscar Benjamin wrote: Yes, but I thought it was using a different unambiguous and easier (for me) to understand definition of decimal digits. It's no easier. You have a list (in your head) of characters that are decimal digits. In your head, you have ten of them, because yo