eric-bixby / auto-sort-bookmarks-webext

Firefox add-on to sort bookmarks by multiple criteria
GNU General Public License v3.0
112 stars 21 forks source link

Considering CJK Characters as Exception #37

Open Riajyuu opened 7 years ago

Riajyuu commented 7 years ago

See this case 20161030_095531 As you see, the third one is only Chinese characters but listed among Latin character. As how I expect, it should be sorting independently: all bookmarks with only Chinese characters at the bottom/top and sorted as another list.

eric-bixby commented 7 years ago

That seems reasonable. I'll try to add a test case for that.

michaelalandover commented 7 years ago

Eric, I’m trying out www.bookmarkos.comhttp://www.bookmarkos.com and it is working pretty well. But last time I was using www.blinkpro.comhttp://www.blinkpro.com and they went out of business and most people lost their bookmarks.

It works pretty well though.

Riajyuu commented 6 years ago

@eric-bixby could you expand this exception to all CJK characters?

eric-bixby commented 6 years ago

Yes, I'll try to add an option to sort based on character encoding.

eric-bixby commented 2 years ago

Changing this to be an enhancement rather than a bug, because additional logic is needed to process Unicode characters.