Skip to content

creating a database with an Umlaut (ä) results in the wrong filename on Windows #160

@chocke-quattron

Description

@chocke-quattron

Running:

const { createNativeClient, getDefaultLibraryFilename } = await import("node-firebird-driver-native");
const client = createNativeClient(getDefaultLibraryFilename());
client.createDatabase('ä');

in the nodejs REPL results in the file "ä" on Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions