iOS Question File.ReadMap skipping some lines

nwhitfield

Active Member
Licensed User
Longtime User
I'm working on the iOS version of one of my Android apps, and aiming to use the same texts where possible.

The file is essentially a map file, with commented lines, and entries like

B4X:
language = en
lang_name = English

I've got past the initial "Encoding error" that occurred when I simply copied the file used for the Android version into the B4i project assets. However, I'm now finding that many of the lines simply aren't being loaded, and I'm at a loss to know why.
 
Top