Changeset 682 for trunk/ab5.0/ablib/src/Classes/System/Text/UTF8Encoding.ab
- Timestamp:
- Feb 16, 2009, 4:26:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/Classes/System/Text/UTF8Encoding.ab
r676 r682 111 111 dst.Add((&hDC00 Or (buffer And &h3FF)) As WCHAR) 112 112 Else 113 '最短形式でないもの、 4バイト形式で10FFFFを超えるコードポイントのもの113 '最短形式でないもの、または4バイト形式で10FFFFを超えるコードポイントのもの 114 114 dst.Add(&hfffd As WCHAR) 115 115 End If … … 196 196 End Function 197 197 */ 198 Protected199 Override Function GetBytesCountCore(src As *WCHAR, srcCount As Long) As Long200 End Function201 202 Override Function GetBytesCore(src As *WCHAR, srcCount As Long, dst As *Byte, dstCount As Long) As Long203 End Function204 205 Override Function GetCharsCountCore(src As *Byte, srcCount As Long) As Long206 End Function207 208 Override Function GetCharsCore(src As *Byte, srcCount As Long, dst As *WCHAR, dstCount As Long) As Long209 End Function210 198 211 199 Private
Note:
See TracChangeset
for help on using the changeset viewer.