claim_arguably@lemdro.id to Ask Experienced Devs@programming.devEnglish · 1 month agoIs it technically possible to support Arabic usernames?message-squaremessage-square5linkfedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1message-squareIs it technically possible to support Arabic usernames?claim_arguably@lemdro.id to Ask Experienced Devs@programming.devEnglish · 1 month agomessage-square5linkfedilinkfile-text
minus-squaretyler@programming.devlinkfedilinkarrow-up0·1 month agoYes, if you support Unicode fully you’ll support Arabic automatically. There are RTL code points that will switch text direction automatically. Browsers support this at the html and css level. There’s a bunch of different ways.
Yes, if you support Unicode fully you’ll support Arabic automatically. There are RTL code points that will switch text direction automatically. Browsers support this at the html and css level. There’s a bunch of different ways.