[rt-users] characterset/umlauts

Mikko Lipasti mikko.lipasti at polarcom.fi
Fri Jul 29 04:44:47 EDT 2005


On Fri, 2005-07-29 at 11:19, Maillinglisten wrote:
>  ü  => ü

Looks like your system stores UTF8 and your browser displays something
else.

Try setting character set on your intranet. You can test first by
picking the character set manually in your browser (View -> Character
Coding in Firefox). I suspect you should try UTF8.

If this works, you can change the default character set by tweaking the
Content-Type http header in your intranet script or adding a meta tag in
the html code (the head part)

<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF8">

I hope this helps.

-- 
Mikko Lipasti
Polarcom Consulting Oy
040 - 5590 988
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20050729/94e05b37/attachment.sig>


More information about the rt-users mailing list