You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
I am using php/apache, and YES, I set encoding to UTF-8: header('Content-Type:text/html; charset=UTF-8');Martin– Martin2010年01月05日 10:08:43 +00:00Commented Jan 5, 2010 at 10:08
-
Be careful that setting the header does not mean setting the encoding. You should specify in your question that you are using PHP/apache, because your java code makes this ambiguous.glmxndr– glmxndr2010年01月05日 10:10:44 +00:00Commented Jan 5, 2010 at 10:10
-
2you need to define the encoding when you write it as well, don't know how this works in PHP, but what you're setting in the comment is just a instruction on how the client should interpret the content stream.Tomas– Tomas2010年01月05日 10:10:52 +00:00Commented Jan 5, 2010 at 10:10
lang-java