Skip to content

ENV["USERNAME"] with non-english characters #1857

Description

@johroj

My ENV["USERNAME"] contains the letter ö, which results in an Error: /undefinedfilename in C:\...\Temp/GMTjl_<name>.ps

A workaround is

ENV["USERNAME"] = "my_name_with_english_spelling" # must be set before triggering __init__()
using GMT

but it is not very convenient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions