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

[ENHANCEMENT] Add a method to list supported scripts for LookupData #17

Closed
iwpnd opened this issue Apr 30, 2020 · 0 comments
Closed

[ENHANCEMENT] Add a method to list supported scripts for LookupData #17

iwpnd opened this issue Apr 30, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@iwpnd
Copy link
Owner

iwpnd commented Apr 30, 2020

There is currently now way to list the supported scripts that reside in /resources/script.json other than

from flashgeotext import settings

print(settings.SCRIPTS.keys())

>> dict_keys(['cyrillic', 'ascii', 'latin', 'syriac', 'ethiopic', 'arabic', 'bengali', 'balinese', 'bamum', 'devanagari', 'tai_viet', 'tibetan', 'bassah_vah', 'buginese', 'chakma', 'cherokee', 'canadian_aboriginal', 'thaana', 'greek', 'adlam', 'gujarati', 'hebrew', 'armenian', 'yi', 'javanese', 'georgian', 'new_tai_lue', 'thai_tham', 'khmer', 'kannada', 'lisu', 'lao', 'mandaic', 'malayalam', 'myanmar', 'n_ko', 'oriya', 'gurmukhi', 'tifinagh', 'sinhala', 'sundanese', 'tamil', 'tai_le', 'telugu', 'thai', 'vai'])

so add a method to show the user the supported scripts in a better way.

@iwpnd iwpnd added the enhancement New feature or request label Apr 30, 2020
@iwpnd iwpnd closed this as completed Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant