Page 1 of 1

Convert numbers format with BRU

PostPosted: Sat Jun 13, 2020 10:42 pm
by Jakov
Hi All

Please I have files with Hindi numbers format
Can I convert numbers format with BRU to Arabic numbers format (123)

Seescreenshothttps://ibb.co/jvDM6Zk

Re: Convert numbers format with BRU

PostPosted: Sat Jun 13, 2020 10:47 pm
by Jakov
See screenshothttps://ibb.co/jvDM6Zk

Re: Convert numbers format with BRU

PostPosted: Sat Jun 13, 2020 10:54 pm
by Jakov
Image

Re: Convert Hindi numbers

PostPosted: Fri Jun 19, 2020 1:24 am
by RegexNinja
Something like this in #14 Character Translations should do it:

'HindiCharFor0'=0
'HindiCharFor1'=1
'HindiCharFor2'=2
etc

Forum wont accept hindi-chars, see: https://en.wikipedia.org/wiki/Devanagari_numerals

Re: Convert numbers format with BRU

PostPosted: Sat Jun 20, 2020 10:28 am
by Jakov
Dear RegexNinja
after writing these code in translator section (14)
'HindiCharFor0'=0
'HindiCharFor1'=1
'HindiCharFor2'=2
'HindiCharFor3'=3
'HindiCharFor4'=4
'HindiCharFor5'=5
'HindiCharFor6'=6
'HindiCharFor7'=7
'HindiCharFor8'=8
'HindiCharFor9'=9

Its does not work and Rename button is disabled (See screenshot)
Image

Re: Convert numbers format with BRU

PostPosted: Sat Jun 20, 2020 12:18 pm
by RegexNinja
Sorry, but my eyes are nowhere near good enough to see the screenshot (even with magnifiers).
All I can tell you for sure, is that it works fine on my end, but I cant post actual names/chars here.

If you wanna upload a text-file somewhere with actual-names and CharTrans, I can verify.
For verification, I've done the same here: https://gofile.io/d/IK6fRo
Cheers.

Re: Convert numbers format with BRU

PostPosted: Sat Jun 20, 2020 11:51 pm
by therube
Did you literally use, "HindiCharFor0" or did you type in, "?????" ?

(Can you type that in, or do you need to paste it or something?)
(I ought to read up on Hindi.)


(Oh. I should have looked at Regex's screenshot first. I think he pointed you in the right direction.)

Re: Convert numbers format with BRU

PostPosted: Sat Jun 20, 2020 11:56 pm
by therube
I edited the above message & I think the board then at the shunya, ?????.
(Hopefully it will stick, this time.)

Nope.
(You can see it in Preview, but once it posts, it only displays as ????...)

Re: Convert numbers format with BRU

PostPosted: Sun Jul 11, 2021 4:20 pm
by Saf1
For anyone who needs to translate Arabic, Hindi digits to English
copy and paste these lines in "character translation"
?=0
?=1
?=2
?=3
?=4
?=5
?=6
?=7
?=8
?=9

Re: Convert numbers format with BRU

PostPosted: Sun Jul 11, 2021 4:25 pm
by Saf1
For anyone who needs to translate Arabic, Hindi digits to English
use these lines in "character translation"

Image

Re: Convert numbers format with BRU

PostPosted: Sun Jul 11, 2021 4:26 pm
by Saf1
https://ibb.co/j8xncJC
Image