kalcaddle / kodbox

kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
https://kodcloud.com
2.27k stars 385 forks source link

UTF-8 encoding #118

Closed anh-ai closed 2 years ago

anh-ai commented 2 years ago

How can I save content of files with UTF-8 coding? Now, when I code Vietnamese character like: Xin chào, tôi là Tuấn Anh in to a PHP, HTML, MD,... files, after I saved, closed, reopen, it become: Xin ch?o, t?i l? Tu?n Anh (not correct)

Please allow to config save/open file in UTF-8 mode

My system: Windows 11, install WAMP package to run PHP server

kalcaddle commented 2 years ago

We didn't find the problem in our test;

The code is automatically recognized by default. You can customize the display with the specified code or save with the specified code.

Please try on: https://demo.kodcloud.com/ demo/demo

image