• Dark Arc@social.packetloss.gg
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 months ago

    It should work reasonably well in password systems that hash the password from a UTF-8 encoding… Which should be most things really. If the system is trying to process everything with ASCII, maybe not. It might even appear to work but get converted to some other character (which is kind of the worst case)… That should be rare in web applications though