sebastienros / jint

Javascript Interpreter for .NET
BSD 2-Clause "Simplified" License
4.04k stars 558 forks source link

Improve localeCompare implementation #1853

Closed sebastienros closed 4 months ago

sebastienros commented 4 months ago

Attempt at fixing #1852. It's not complete as all arguments from the spec are not handled but it handles the common locale argument.

fixes #1852