On 25/01/06, Roland Weber <[EMAIL PROTECTED]> wrote: > Hi Ingo, > > > To anybody: Does this means that in html standardly the "iso-8859-1" is > > taken? > > No, it doesn't. Guessing the default character set is up to the user agent
See for example: http://www.w3.org/TR/REC-html40/charset.html#h-5.2.2 > (browser). But if you only want to access a single web site, and you are > reasonably sure that they won't change the character encoding, you can still > work with a default. > > > then i will always call: new String (bytes, "iso-8859-1"); > > cheers, > Roland > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
