convert-layout icon indicating copy to clipboard operation
convert-layout copied to clipboard

wrong result in farsi

Open madibi opened this issue 5 years ago • 1 comments

in angular, i write:

declare var require:any;
var fa = require('convert-layout/fa.js');
let correct = fa.fromEn('sghl'); 

i expect to get "سلام", but it's return "س`شا" and it's not correct.

madibi avatar Apr 12 '19 08:04 madibi

Can you send PR with the fix?

ai avatar Apr 12 '19 15:04 ai