$troublesum hi im using your storage plugin and its been working great so far however it cannot seem to parse this json utf8 japanese string:
"{\"win\":\"勝利\",\"bet\":\"賭け\",\"balance\":\"バランス\",\"bmenu\":\"メニュー\",\"paytable\":\"ペイテーブル\",\"bet_one\":\"ベット1\",\"bet_max\":\"ベットマックス\",\"spin\":\"スピン\"}"
when i debug the plugin in c2 i see that it sliced the string up in parts for each character.
any idea on how to solve my problem?
is there a new version of plugin etc?