Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

[[ Simple Case ]] Add local parameter to toLower & toUpper #6783

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

montegoulding
Copy link
Member

This patch adds a locale parameter to toLower and toUpper allowing
scripts to specify the locale that should be used for case mapping. If
empty then the simple non-language specific case mapping will be used.

The new parameter is optional and without the parrameter the detected
system locale continues to be used for case mapping.

This patch adds a locale parameter to `toLower` and `toUpper` allowing
scripts to specify the locale that should be used for case mapping. If
empty then the simple non-language specific case mapping will be used.

The new parameter is optional and without the parameter the detected
system locale continues to be used for case mapping.
@montegoulding montegoulding force-pushed the simplecase branch 2 times, most recently from 293cd52 to 1ebe633 Compare November 20, 2018 02:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant