Opened 9 years ago
Closed 8 years ago
#1299 closed defect (fixed)
Encoding of file "tests/compiler-tests.scm" is latin1
Reported by: | dram | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | someday |
Component: | unknown | Version: | 4.11.0 |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
Encoding of file "tests/compiler-tests.scm" is latin1, it may be nice to change it to UTF-8.
Attachments (1)
Change History (3)
Changed 9 years ago by
Attachment: | 0001-Change-encoding-of-compiler-tests.scm-to-utf-8.patch added |
---|
comment:1 Changed 9 years ago by
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Since this is a trivial patch, there's no need for double signoff. I've applied it.
Thanks, Kooda!
Note: See
TracTickets for help on using
tickets.
Sounds right. All other files are either ASCII or UTF-8. :)
Here is a patch!