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

Problema caratteri non ammessi negli hashtag #10

Open
pizzo00 opened this issue Oct 15, 2019 · 1 comment
Open

Problema caratteri non ammessi negli hashtag #10

pizzo00 opened this issue Oct 15, 2019 · 1 comment
Assignees

Comments

@pizzo00
Copy link
Member

pizzo00 commented Oct 15, 2019

Alcune categorie contengono caratteri non supportati da telegram e twitter negli hashtag.
Telegram e Twitter ammettono:

  • [a-z]
  • [A-Z]
  • [0-9]
  • _

Inoltre Twitter non ammette che un hashtag inizi con un numero (telegram si).

image

@pizzo00
Copy link
Member Author

pizzo00 commented Oct 15, 2019

Il caratteri problematici nei nostri tag sono:

  • -
  • + (in c++)

Propongo di sostituire i - con i _
Per gli altri casi servirebbe una gestione particolare (es c++ -> cpp)
Per tutti i casi non gestiti rimuoverei i caratteri non ammessi

@pizzo00 pizzo00 changed the title Problema con i char negli hashtag Problema caratteri non ammessi negli hashtag Oct 15, 2019
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

2 participants