Ignore:
Timestamp:
Aug 9, 2008, 1:32:26 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

Unicodeコンパイルで問題になる部分を修正

Location:
trunk/ab5.0/ablib/src/Classes/System/Text
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/System/Text/DecoderFallback.ab

    r497 r581  
    177177        End If
    178178        With replacement
    179             str = .StrPtr
    180             len = .Length
     179'           str = .StrPtr
     180'           len = .Length
    181181        End With
    182182    End Sub
  • trunk/ab5.0/ablib/src/Classes/System/Text/Encoding.ab

    r497 r581  
    151151    */
    152152    Function GetBytes(s As String, index As Long, count As Long, bytes As *Byte, byteCount As Long) As Long
    153         If chars = 0 Then
     153        If ActiveBasic.IsNothing(s) Then
    154154            Throw New ArgumentNullException("Encoding.GetBytes: An argument is null value.", "chars")
    155155        ElseIf bytes = 0 Then
Note: See TracChangeset for help on using the changeset viewer.