EverNewJoy / VictoryPlugin

Rama's Victory BP Plugin
MIT License
867 stars 256 forks source link

Does “LoadStringArrayFromFile” supports UTF-8 ? #42

Closed oOtroyOo closed 6 years ago

oOtroyOo commented 6 years ago

version 4.15 I tried to use “LoadStringArrayFromFile” on blueprint to read a Chinese txt file( UTF-8) , But it comes out "???????????????" Does it supported, or any other function is supported?

DDRitter commented 6 years ago

I'm having the same problem with spanish characters. I found out that the "LoadStringFromFile" does work with spanish, though. You need to break the single string into the array later, unfortunately.

EverNewJoy commented 6 years ago

I am using the UFS supplied functions (unreal file system) and LoadStringFromFile is the best I can offer.

:)