View Single Post
12-29-22, 02:07 PM   #5
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
If arabic glyphs are a standard number of bytes you could convert letters to bytes and reverse those "groupings" instead of trying to use the standard string methods that work for single byte languages.

You could try running your string through this library's string.utf8reverse(s) method and see what happens.

Last edited by Dridzt : 12-29-22 at 02:11 PM.
  Reply With Quote