kbengine / kbengine_unity3d_demo

This client-project is written for kbengine(a MMOG engine of server)
http://kbengine.org
293 stars 284 forks source link

Standardize all demo code files to UTF-8 #8

Closed krogank9 closed 6 years ago

krogank9 commented 6 years ago

Half of the project files are UTF-8 and half are UTF-16LE. On Linux this causes weird behavior like the grep utility to be unable to search the files for strings. All files should be UTF-8 and not UTF-16LE which is less well supported.