You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### Description
Fix support for text encodings with hyphens in their names.
If the encoding name has a hyphen then it is an invalid extension ID,
but we should not return an error due to this if it's a built-in
encoding.
#### Link to tracking issue
Fixesopen-telemetry#39793
#### Testing
Added a new unit test covering hyphenated text encoding names (fails
without the associated fix).
#### Documentation
N/A
0 commit comments