export function _btoa(s) {
    return btoa(unescape(encodeURIComponent(s)));
}