Changeset 34207
- Timestamp:
- 07/01/09 10:56:17 (4 years ago)
- Location:
- lang/vb2005/Tween/trunk/Tween
- Files:
-
- 2 modified
-
MyCommon.vb (modified) (2 diffs)
-
Resources/ChangeLog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/vb2005/Tween/trunk/Tween/MyCommon.vb
r33441 r34207 26 26 Imports System.Security.Principal 27 27 Imports System.Reflection 28 Imports System.Web 28 29 29 30 Public Module MyCommon … … 281 282 ''' <returns>マルチバイト文字の部分をUTF-8/%xx形式でエンコードした文字列を返します。</returns> 282 283 283 Public Function urlEncodeMultibyteChar(ByVal input As String) As String284 Public Function urlEncodeMultibyteChar(ByVal _input As String) As String 284 285 Dim uri As Uri = Nothing 285 286 Dim sb As StringBuilder = New StringBuilder(256) 286 287 Dim result As String = "" 288 Dim input As String = HttpUtility.UrlDecode(_input) 287 289 retry: 288 290 For Each c As Char In input -
lang/vb2005/Tween/trunk/Tween/Resources/ChangeLog.txt
r34201 r34207 13 13 -Webモード時は、ステータス欄のAPI残数を表示しないよう変更 14 14 -詳細表示のユーザー名が欠ける事があったのを修正 15 -エンコード済みSHIFT-JIS文字列がURLに含まれる場合に正しく処理できないことがあったのを修正 15 16 ***Ver 0.5.0.0(2009/6/15) 16 17 -発言詳細の選択文字列クリップボードコピーの不具合修正
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)