thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.95k stars 202 forks source link

Error opening .lua file (Support for WINDOWS-1252 encoding) #175

Open sonaldo opened 3 years ago

sonaldo commented 3 years ago

when I try to open a .lua file I get the following error "unsupported file". I think it may be due to the encode, the file is in "WINDOWS-1252".

bummoblizard commented 3 years ago

Closing as I've added support for WINDOWS-1252 encoding in the latest App Store release. Feel free to reopen if the issue persists.

sonaldo commented 3 years ago

Hi, I still can't open the file here, I used textastic and it opens normally there.

bummoblizard commented 3 years ago

I see. It would be great if you can send me an example file to demonstrate the problem.

On Sat, 10 Jul 2021 at 04:29, Felipe Augusto @.***> wrote:

Hi, I still can't open the file here, I used textastic and it opens normally there.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/thebaselab/codeapp/issues/175#issuecomment-877439427, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJE6T2Z57QRGMB3MF4RF6NTTW5LZDANCNFSM47UWZLVQ .

sonaldo commented 3 years ago

Yes i can, https://www.icloud.com/iclouddrive/0AgSBJaC_nITtIkRO7e0n0TVQ#config

Thanks.