Create an Account
username: password:
 
  MemeStreams Logo

MemeStreams Discussion

search


This page contains all of the posts and discussion on MemeStreams referencing the following web page: Problems posting text with Unicode characters. You can find discussions on MemeStreams as you surf the web, even if you aren't a MemeStreams member, using the Threads Bookmarklet.

Problems posting text with Unicode characters
by Rattle at 9:50 pm EDT, Mar 16, 2007

Several people have been having problems with posts that contain unicode characters. It turns out that I broke unicode support in the UI update. Forms were passing bad data back to the system when submitted. In our HTML code, this:

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

Should have been this:

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

Oops! My bad. :)

I didn't catch the typo when proof reading the diffs. The problems should go away now. If they don't, let me know...

On the bright side, in the process of debugging the problem we added in better logging capabilities for tracking situations where the code errors out.

There still appear to be problems with some posts when forwarding to multiple users. Those problems have been around for awhile.. They are going to be worked out in a forthcoming update to the posting interface.


 
 
Powered By Industrial Memetics