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: golang/text
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.0
Choose a base ref
...
head repository: golang/text
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.0
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 15, 2024

  1. encoding/charmap: update UCM spec file URL prefix

    UCM spec files used by encoding/maketables.go moved from
    source.icu-project.org to github.com, and maketables is failing.
    
    The new repo is at
    https://github.com/unicode-org/icu-data/tree/main/charset/data/ucm.
    
    Changed all UCM mappings to use the "raw endpoint" prefix,
    https://raw.githubusercontent.com/unicode-org/icu-data/main/charset/data/ucm/….
    
    Fixes golang/go#64504.
    
    Change-Id: Ib2ccf948ad79578efc4a0c356bb25325190dc333
    GitHub-Last-Rev: 2a277c7
    GitHub-Pull-Request: #48
    Reviewed-on: https://go-review.googlesource.com/c/text/+/546576
    Reviewed-by: Cherry Mui <cherryyz@google.com>
    LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
    Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
    Reviewed-by: Dominik Honnef <dominik@honnef.co>
    zacharysyoung authored and dominikh committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8d533a0 View commit details
    Browse the repository at this point in the history
Loading