25.05.2017, 12:27
Quote:
Well I don't think dini supports non-english chars, you should switch or write your code in english.
|
Random signs usually come up when writing or reading strings the wrong way. Or when trying to format a number into a string (eg when using %s in format, but passing a number/character).
I guess other values get read correctly the same way?
Because that code as such seems correct (maybe a bit inefficient to use format there). The only question I have is if "housestring" really contains the filename, or is it a buffer for something else?