[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [JDEV] Further encoding thoughts
Technically, in order to modify the user login as a whole, it should be. Ugly, perhaps not the best way, but none the less..
<login encoding='iso-8859-1'>
---
Thomas Charron
On Fri, 30 Jul 1999 09:46:05 Lindsay.Marshall wrote:
>On 29 Jul, Dave Smith wrote:
>> One more thought...
>>
>> What if we did something along these lines for encoding...
>>
>> <login>
>> <encoding type="ISO-8859-1">
>> <user><![CDATA[...]]></user>
>> <encoding type="UTF8">
>> <pass>APASSWORD</pass>
>> </login>
>
>This is just too verbose.
>
><login>
> <user encoding="iso-8859-1"><![CDATA[...]]></user>
> <pass>APASSWORD</pass>
></login>
>
>is much cleaner and simpler (and avoids all the ordering problems.
>
>L.
>--
>http://catless.ncl.ac.uk/Lindsay
>
>
--== Sent via Deja.com http://www.deja.com/ ==--
Share what you know. Learn what you don't.