Page 1 of 1

accent marks

Posted: 07 Oct 2022 01:28
by yusef88
Everything 1.5 introduced what it called De-composition searching https://www.voidtools.com/forum/viewto ... ics#decomp
De-composition searching

Searching will match de-composited Unicode characters, for example:
ẞ is the same as ss
æ is the same as ae

Everything will now also ignore Unicode combining characters, for example:
A + ◌̀ is the same as A
Is this a thing can be applicable to XYplorer

Re: accent marks

Posted: 18 Nov 2022 12:16
by admin
I could do that, but not with priority.

But see also Rename Special | Convert to ASCII:

Code: Select all

        IN:   Æß_Øæð_Ðåøþ_Œœƒ_Þäöüß_áéíóú_©.txt
        OUT:  Aess_Oeaedh_Dhaaoeth_Oeoef_Thaeoeuess_aeiou_(c).txt

Re: accent marks

Posted: 18 Nov 2022 13:11
by Horst
Using Highends Everything search script you can have it in XY :)

Re: accent marks

Posted: 18 Nov 2022 15:06
by yusef88
The big benefit of this will be for non-Latin scripts
Thank you for replying

Re: accent marks

Posted: 19 Nov 2022 09:12
by admin
By the way, do you know of a simple (non-contextual) conversion table between Arabic script and Latin script?

Re: accent marks

Posted: 19 Nov 2022 13:17
by yusef88
you mean writing Arabic in English letters?
Sorry if I don't quite understand what you mean

Code: Select all

ع=aa
غ=gh
ش=sh
خ=kh
ث=th
ي=e
و=w
ه=h
ن=n
م=m
ل=l
ك=k
ق=k
ف=f
ظ=z
ط=t
ض=d
ص=s
س=s
ز=z
ر=r
ذ=z
د=d
ح=h
ج=g
ت=t
ب=b
ا=a
أ=a
ء=a
ة=t
This table is taken from renamer-7.4 and does not seem to convert the words correctly.
Another table at the bottom of the page https://www.lexilogos.com/keyboard/arab ... on.htm#_=_

Re: accent marks

Posted: 19 Nov 2022 14:12
by admin
Thanks. I'm aware that it can only be a very rough transcription. When I find the time I will try to add it to File | Rename Special | Convert to ASCII.

Re: accent marks

Posted: 19 Nov 2022 17:34
by yusef88
For Arabic, what matters is the file search with ignoring accent marks. I don't think anyone would need to use rename option.