x-ware-ltd / access-scc-addin

Microsoft Access SCC Addin
Apache License 2.0
2 stars 4 forks source link

Issue #30: Add support for saving into SCC with UTF-8 encoding #32

Closed bkp7 closed 5 years ago

bkp7 commented 5 years ago

Implements Issue #30 as an option in the Export section.

For a new repository the default is to us UTF-8.

Closes #30

bkp7 commented 5 years ago

If the old file is UTF-8 encoded should we always output UTF-8 even if the check box is not selected? This would prevent accidentally reverting files back to UCS2, but would mean that to convert the other way (back to UCS2) the user would need to delete the files and then run the Access SCC addin to create new files which are not UTF-8 encoded.