On Feb 5, 2014, at 12:53 AM, Rolf Turner wrote:
>
>
> And the winner is ... (drum roll) ... DAVID WINSEMIUS!!!
>
> Thank you hugely David. You have completely solved my problem.
> The last bit with format.hexmode() so as to get "00A3" rather than
> just "a3" was actually unnecessary;
On 14-02-04 11:56 PM, David Winsemius wrote:
On Feb 4, 2014, at 4:57 PM, Rolf Turner wrote:
If I have a character such as "£" stored in a object called "xxx", how can I obtain the
hex code representation of this character? In this case I know that the hex code is "\u00A3", but
if I didn't
And the winner is ... (drum roll) ... DAVID WINSEMIUS!!!
Thank you hugely David. You have completely solved my problem.
The last bit with format.hexmode() so as to get "00A3" rather than
just "a3" was actually unnecessary; I could've lived with "a3". But it
was a nice bit of polish.
On Feb 4, 2014, at 8:56 PM, David Winsemius wrote:
>
> On Feb 4, 2014, at 4:57 PM, Rolf Turner wrote:
>
>>
>>
>> If I have a character such as "£" stored in a object called "xxx", how can I
>> obtain the hex code representation of this character? In this case I know
>> that the hex code is
On Feb 4, 2014, at 4:57 PM, Rolf Turner wrote:
>
>
> If I have a character such as "£" stored in a object called "xxx", how can I
> obtain the hex code representation of this character? In this case I know
> that the hex code is "\u00A3", but if I didn't, how would I find out?
>
> I would l
On 02/05/2014 01:01 PM, Duncan Murdoch wrote:
On 14-02-04 7:57 PM, Rolf Turner wrote:
If I have a character such as "£" stored in a object called "xxx", how
can I obtain the hex code representation of this character? In this
case I know that the hex code is "\u00A3", but if I didn't, how would
On 14-02-04 7:57 PM, Rolf Turner wrote:
If I have a character such as "£" stored in a object called "xxx", how
can I obtain the hex code representation of this character? In this
case I know that the hex code is "\u00A3", but if I didn't, how would I
find out?
charToRaw will give you the byt
If I have a character such as "£" stored in a object called "xxx", how
can I obtain the hex code representation of this character? In this
case I know that the hex code is "\u00A3", but if I didn't, how would I
find out?
I would like a function "foo()" such that foo(xxx) would return, say,
8 matches
Mail list logo