Transliteration #345
Replies: 7 comments
-
https://github.com/andyhu/node-transliteration May help. |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
what's your use case? why can't you just use https://github.com/andyhu/node-transliteration ? |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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? |
Beta Was this translation helpful? Give feedback.
-
I just looked diagonally at |
Beta Was this translation helpful? Give feedback.
-
Nevermind, transliteration is no longer an issue. I will definitely take a better look to migrate from full iconv. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Probably using callback mechanism in #53.
Beta Was this translation helpful? Give feedback.
All reactions