The Problem

The second link fails to load the CSS file properly for Firefox (tested in v3).

The Code (in Essence)

HTML:
<html>
<head>
<link rel="stylesheet" href="some-stylesheet.css" type="text/css" />
</head>
<body>
     <h1>This is a test [ some Japanese ]</h1>
</body>
</html>
CSS:
h1 {
color: green;
}

Test Pages

Unicode HTML / Unicode CSS
Unicode HTML / ANSI CSS