There is a potential problem were we to widen the scope by adopting
LangSortOrder.
There are some alphabets with letters that have two characters!
Not to mention that there are scripts that use non-alphabet writing systems.
(Syllabaries, Abudiga, Ideogram, etc)
https://en.wikipedia.org/wiki/Writ
I think I now understand better why John designed this feature.
The example (now in the wiki page) is for Turkmen Latin.
LangSortOrder=AaBbCcÇçDdEeÄ䯿FfGgHhIiJjKkLlMmNnŇňOoÖöPpQqRrSsŞşTtUuÜüVvWwXxYyÝýZzŽž
Observe the strange order in that, with Ä䯿 between Ee and Ff.
Why on earth, might you as
Here's an actual example for IBT module TKLDICT which has Lang=tk-Latn (i.e.
Türkmençe):
LangSortOrder=AaBbCcÇçDdEeÄ䯿FfGgHhIiJjKkLlMmNnŇňOoÖöPpQqRrSsŞşTtUuÜüVvWwXxYyÝýZzŽž
David
--
View this message in context:
http://sword-dev.350566.n4.nabble.com/Glossaries-LangSortOrder-tp4655724p4655732
It certainly looks that way, Peter.
When John Austin does something particular like this, it's usually for a
very sound reason.
If adopted into SWORD, it wouldn't be the first time that one of his ideas
has become mainstream.
Best regards,
David
--
View this message in context:
http://sword-
> Von: "DM Smith"
> The problem is that the display order needs to follow something that makes
> sense to a user when the dictionary is presented as a list.
So, in absence of a existing mechanism the suggestion by David, coming from
XULsword is probably sensible?
__
Seeing as what DM just described was hitherto undocumented, I have justed
added:
http://www.crosswire.org/wiki/DevTools:conf_Files#CaseInsensitiveKeys
David
--
View this message in context:
http://sword-dev.350566.n4.nabble.com/Glossaries-LangSortOrder-tp4655724p4655727.html
Sent from the SWO
No. The dictionary module uses a collation mechanism to byte order upper case
keys. It then uses a binary search algorithm to find the keys. There is a
CaseInsensitiveKeys=true that can be set in the conf which will make the order
of the keys based upon the mixed case keys, but the index is stil
Is this not something which is included in Linux locales?
Peter
> Gesendet: Dienstag, 12. Januar 2016 um 12:27 Uhr
> Von: "David Haslam"
> An: sword-devel@crosswire.org
> Betreff: [sword-devel] Glossaries & LangSortOrder
>
> I noticed that John Austin has this in
> https://github.com/johnaustind