Skip to content

Handle Integers correctly #20

@rafaqz

Description

@rafaqz

From the dbase spec

I | Long | 4 bytes.        Leftmost bit used to indicate sign, 0 negative.

A zero sign bit means negative numbers. E.g. not a regular julia/C Int32 at all:

julia> bitstring(Int32(-1))
"11111111111111111111111111111111"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions