[PATCH 1/2] jscript: Add String.prototype.toLocaleUpperCase and toLocaleLowerCase implementation.

Jacek Caban jacek at codeweavers.com
Mon Mar 15 12:19:26 CDT 2021


They are supposed to be locale-specific, but my testing shows that it's 
not the case in native.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---
  dlls/jscript/string.c     | 36 +++++++++++++++++++++++-------------
  dlls/jscript/tests/api.js |  8 ++++++++
  2 files changed, 31 insertions(+), 13 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-jscript-Add-String.prototype.toLocaleUpperCase-and-toL.txt
Type: text/x-patch
Size: 4415 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20210315/2d469b4f/attachment.bin>


More information about the wine-devel mailing list