Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some cyrillic tags are trimmed on 'all tags' view #117

Open
arsgaevsky opened this issue Dec 20, 2020 · 3 comments
Open

Some cyrillic tags are trimmed on 'all tags' view #117

arsgaevsky opened this issue Dec 20, 2020 · 3 comments

Comments

@arsgaevsky
Copy link

It's quite strange but cyrillic tags with specific characters are trimmed on 'all tags' view.

  1. Add these tags to any of your notes: #абвгдеёжзийклмноп_р_стуфхцчшщъыьэюя #АБВГДЕЁЖЗИЙКЛМ_Н_ОПРСТУФХЦЧШЩЪЫЬЭЮЯ
  2. Save changes and go to 'all tags' view (#+!)
  3. Look at the list of tags. You will notice that these cyrillic tags are trimmed to: #абвгдеёжзийклмноп_ and #АБВГДЕЁЖЗИЙКЛМ_ It look like defect relates only to cyrillic 'р' and 'Н' characters. Everything is okay without them.
@iamruss
Copy link

iamruss commented Jan 5, 2021

I could reproduce it just with a tag that starts with letter (uppercase) "Д", e.g. this tag

gets broken and the results pane shows just:
#

the tag "#АБВГДЕЁЖЗИЙКЛМ_Н_ОПРСТУФХЦЧШЩЪЫЬЭЮЯ" is being cut down to "#АБВГ"

@abunavas
Copy link

abunavas commented Jan 8, 2021

Silver search (ag.exe) don't support Unicode. I solved this by using this: https://github.com/k-takata/the_silver_searcher-win32

@arsgaevsky
Copy link
Author

arsgaevsky commented Jan 10, 2021

Silver search (ag.exe) don't support Unicode. I solved this by using this: https://github.com/k-takata/the_silver_searcher-win32

Thanks for reply but my operating system is Ubuntu. I suppose that Silver Search should support Unicode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants