Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Russian string causing issues

$
0
0
hey guys,

so I have a rather large and complicated parsing script that has been working flawlessly for the last few months. recently I had a few clients look for Russian support to the parse, well upon adding it, it has caused multiple issues to happen across my script, not just in the function its contained in.

[ autoit ]      
for $i = 1 to $aLog[0] if $iniRUclient = 1 Then $aRu_Split = StringSplit ($aLog[$i], "] ") If $aRu_Split[5] = "в" Then ; post parse procedure ExitLoop EndIf else $aFirst_Split = StringSplit ($aLog[$i], ":") ; post parse procedure endif

now my question is less to do with how to fix it and more to do with why the hell this is happening? its been increasingly erratic as of late, seems like every few times I restart the script it works properly, then comes up with a new way of not functioning properly.

edit: note that the B in the $aRu_SPlit is not an english B but a similar Russian character.

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>