fix(remix-server-runtime): fix invalid character error in cookie serialize by nimaa77 · Pull Request #1290 · remix-run/remix

Description you save a cookie that contains utf-8 characters as it's value, you don't get the right content after reading the cookie. this is because atob and btoa function that used inside cookie ...