lasca
lasca copied to clipboard
JavaScript collation table based Unicode sorting for internationalized applications
http://jsfiddle.net/binki/0ykdxq6b/8/ , I get exceptions in places when I define a custom language as ``` lasca.setLanguage({key: 'binki_ridik_ab', collation: '0061+00620063', compare: 'multi'}) ``` and try to compare `cab` and `cc`. That...
I’m interested in the basic idea of lasca—providing an environment-independent implementation of `String.prototype.localeCompare()` to enable compatibility between server/client/other client code. However, for my use, I need to be able to...
I use the unminified version (`src/lasca.js`) for development and it lacks a couple of `var` statements, for eg. look here: https://github.com/Teradata/lasca/blob/master/src/lasca.js#L313 This is causing `ReferenceError` therefore the code cannot execute.
The collation tables should be moved to an external file and included as part of the build.
There needs to be a build step for executing unit tests and generating the dist files. This should be done using grunt.