The script data comes from ISO 15924, with the exception that the code Hkrt, "(alias for Hiragana + Katakana)" has been renamed to "Kanji & Kana" as Japanese is often a mix of kanji, hiragana and katakana and there's no single script code to cover this.
That’s not correct, is it?
nikki
hm. that was changed ages ago
hawke_
Since code “Jpan” does exist to cover it.
I’ve updated the wiki page now, but the doc page is obviously still wrong.
(Sorry, thought it was a NGS change, didn’t notice that “Kanji & Kana” didn’t exist any more in the old schema either)
nikki
heh, it's been like that nearly 2 years and you're the first person I've seen to point it out
hawke_
:-D
Shows how much people read our documentation.
ijabz joined the channel
hawke_ joined the channel
brianfreud
luks: Roughly 465k
ijabz joined the channel
Muz joined the channel
jdamcd joined the channel
hawke_
Why is there direct search distinct from normal search?
And is there some reason that direct search doesn’t ignore spaces, while normal search does?
alastairp
direct search goes directly to the database, which is completely up to date
normal search has an index to speed up search times, but it's only updated periodicly (once a day?)
so you won't get newly entered stuff
navap
It's much more frequent than that. Every 6 hours I think.
alastairp
that makes more sense
hawke_
So, no way to make direct search ignore spaces like the indexed search does?
ijabz joined the channel
nikki
what are you searching for?
hawke_
Nothing, just seems strange/unfortunate that it’s necessary to add a bunch of aliases to deal with japanese names.
nikki
ijabz: does the search server have special handling for cjk stuff?
brianfreud
Anyone have any idea in a gnome regexp how to negate the pattern correctly? ie, to negate .*ogg|.*flac|.*mp3 ?
nikki
what's a gnome regex?
brianfreud
Anything gnome, but in this case, a regexp filter w/in gnome-search-tool
trying to clean out my dump dir, and looking for anything that isn't one of those file types
navap
Why not move everything that does match that regex into a separate folder and then do away with everything that's left?
brianfreud
messier :P
nikki would just use find
I'm trying to see what all even is there that may be true junk, rather than image/pdf/rdf/doc/etc associated with those music files
nikki
find somedir/ -type f -not -iregex '.*\.\(ogg\|flac\|mp3\)' or something
ijabz
nikki:yes it does , but Im not too au fait what this handling is