repo2pdf icon indicating copy to clipboard operation
repo2pdf copied to clipboard

Fixed for formatting errors and uncompliant UTF8 documents

Open jbirbal-skydom opened this issue 1 year ago • 1 comments

Some files had bad UTF-8 compliance or unicode but needed to be UTF-8 :

  • NBSP U+00A0 NO-BREAK SPACE
  • THSP U+202FNARROW NO-BREAK SPAC among other nonstandard encoding for PDFkit to process.

I've used prettier to adjust the formatting on most filetypes. There might be some edge case situations that needs to be address

  • [x] Updated .gitignore
  • [x] Removed tracked files not needed
  • [x] Fixed formatting on incompliance in clone.ts
  • [x] Remove \t tabs and replace with 4 space
  • [ ] Test edge cases that prettier will not work

jbirbal-skydom avatar May 11 '24 08:05 jbirbal-skydom

Hey @jbirbal-skydom, Thanks for the PR. Will go ahead and look into this later this week and go ahead and push after some testing. Again thanks for contributing.

BankkRoll avatar May 12 '24 20:05 BankkRoll