STRANGE UNICODE
on
Apple
MessagePad

(C)1997-2000 GNUE(鵺)
DATE: 2000/3/21

  • Double-byte string eval on Apple MessagePad 2000

    ex.

    StrEqual(“あ”, “B”);
    Why it result is TRUE?

    “あ” = “u3042” Japanese Kana character
    “B” = “u0042

  • test2byte1.0 (16K)

    Simple testring program for Newton OS 2.0

  • Test string functions on Apple MessagePad 2000
    = OK!
    <> OK!
    < OK!
    > OK!
    StrEqual NG!
    StrCompare NG!
    StrExactCompare OK!
    BeginsWith NG!
    EndsWith NG!
    StrPos NG!
    CharPos OK!
    FindStringInFrame NG!
    FindStringInArray OK!
    LSearch NG!
    LFetch NG!
    BFind NG!
    BFindRight NG!
    BFetch NG!
    BFetchRight NG!
    BSearchLeft NG!
    BSearchRight NG!
    BInsert NG!
    BInsertRight NG!
    BDelete NG!
    BDifference NG!
    BIntersect NG!
    BMerge NG!
    StrReplace NG!
    SubstituteChars OK!
    StrTokenize OK!
    StringFilter OK!