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

Transliteration #55

Open
ashtuchkin opened this issue Apr 28, 2014 · 7 comments
Open

Transliteration #55

ashtuchkin opened this issue Apr 28, 2014 · 7 comments
Labels
Milestone

Comments

@ashtuchkin
Copy link
Owner

Probably using callback mechanism in #53.

@Dexus
Copy link

Dexus commented Oct 1, 2015

@dresende
Copy link

dresende commented Oct 4, 2021

I really want to move to this but can't without transliteration. Is it possible to use the proposed callback mechanism and the suggested module to accomplish this?

@ashtuchkin
Copy link
Owner Author

what's your use case? why can't you just use https://github.com/andyhu/node-transliteration ?

@dresende
Copy link

dresende commented Oct 4, 2021

I work for a company that has a platform that I maintain, and I have a module that does XLS imports and looks tables with matching columns. To handle common mistakes we usually transliterate to ascii to remove all diacritics, like "Dēmokratia" to "Demokratia".

This enables the developers I work with to just define the table headers in lowercase and no diacritics, and the module can lookup the table, no matter what case or diacritics the cell has (well, most of..).

If you have another solution than using iconv module, I'll gladly switch. I hate it has to compile and just use it for this for a couple of years now.

@ashtuchkin
Copy link
Owner Author

Interesting, I see. Well, I think this should be covered by the transliteration module I mentioned above, did you have a chance to look at it?

@dresende
Copy link

dresende commented Oct 4, 2021

I just looked diagonally at README but will definitely take a closer look.

@dresende
Copy link

dresende commented Oct 8, 2021

Nevermind, transliteration is no longer an issue. I will definitely take a better look to migrate from full iconv.

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

No branches or pull requests

3 participants