Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wooorm/bcp-47-normalize
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.0
Choose a base ref
...
head repository: wooorm/bcp-47-normalize
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.3.0
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Jul 15, 2023

  1. Update dev-dependencies

    wooorm committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    0143f52 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Fix to avoid locale-dependent string comparisons

    It doesn’t seem appropriate to use locale dependent ordering to sort the
    variants and extensions for normalization. 
    The result of normalization should be consistent.
    
    This commit removes a dependency on the ECMAScript internationalization API.
    This API is not available everywhere, particularly on embedded devices like
    TVs where storage space for internationalization data is
    limited.
    
    The new test case isn’t strictly valid - there should not be more than one
    extension with the same singleton.
    
    Closes GH-3.
    aoakley-roku authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ea42b0c View commit details
    Browse the repository at this point in the history
  2. Regenerate for cldr-core@43

    wooorm committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    08d2c74 View commit details
    Browse the repository at this point in the history
  3. 2.3.0

    wooorm committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9d544fe View commit details
    Browse the repository at this point in the history
Loading