Changeset 20445 for lang/csharp/MMMMB/MMMMB/MiniBlogs/Echo.cs
- Timestamp:
- 10/02/08 08:41:31 (3 months ago)
- Files:
-
- 1 modified
-
lang/csharp/MMMMB/MMMMB/MiniBlogs/Echo.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/MMMMB/MMMMB/MiniBlogs/Echo.cs
r17635 r20445 99 99 public void Post(string message) 100 100 { 101 postCore("http://mixi.jp/add_echo.pl", "body=" + HttpUtility.UrlEncode(message, Encoding.GetEncoding("euc-jp")) + "&post_key=" + postKey + "&redirect=recent_echo");101 postCore("http://mixi.jp/add_echo.pl", "body=" + HttpUtility.UrlEncode(message, Encoding.GetEncoding("euc-jp")).Replace("+", "%2B") + "&post_key=" + postKey + "&redirect=recent_echo"); 102 102 } 103 103
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)