Skip to content

[p5.js 2.0+ Bug Report]: save() ignores the CRLF option when saving text files #9141

Description

@Pranava-Pai-N

Most appropriate sub-area of p5.js?

  • Accessibility
  • Color
  • Core/Environment/Rendering
  • Data
  • DOM
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • WebGPU
  • p5.strands
  • Build process
  • Unit testing
  • Internationalization
  • Friendly errors
  • Other (specify if possible)

p5.js version

2.3.1

Web browser and version

Any

Operating system

No response

Steps to reproduce this

Steps:

  1. Create a new p5.js 2.0+ sketch.
  2. Add and run the following code.
  3. Inspect the downloaded output.txt file's line endings.
function setup() {
  save(['a', 'b'], 'output', 'txt', true);
}

Can I be assigned this issue @ksen0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions