fix legal residence calculator add 1 day because for ex 2nd to 5th July was counted 3 days (5-2=3), but it's 4 days: 2nd, 3rd, 4th, 5th! #nomads (cc @jacobparis)
fix if DM has Japanese characters it won’t show messages in web IM due to json_encode() silently failing, fix with mb_convert_encoding() and JSON_UNESCAPED_UNICODE #nomads (for @akina_s)