5 commentaires (5 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)JavaScript6 790 stars (6 790 stars)231 forks (231 forks)batch import
bughacktoberfesthelp wanted
Description
the name of city in arabic are reversed

Guide contributeur
- Stack technique
- javascriptnodejs
- Domaine
- cli
- Type d'issue
- bug
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-3 hours
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- clear
- Prérequis
- Basic JavaScriptUnderstanding of Unicode and bidirectional text
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 65
- Direction de recherche
- Investigate the rendering logic in MapSCII, likely in the core JavaScript files responsible for outputting text to the console. The bug is that Arabic city names appear reversed, indicating a missing handling of bidirectional text (BiDi). Look at how strings are printed and consider applying Unicode BiDi algorithm (e.g., using the 'bidi' or 'unicode bidi' CSS like properties, or manually detecting RTL characters). Check if there are any open or closed PRs related to this issue and review the comments for additional context. The fix likely involves detecting Arabic characters and ensuring proper display order in console output.