Skip to content

Commit ce849f7

Browse files
committed
Remove description about #1015 since it is resolved.
Links: - Issue: #1015 - Resolvers: * #1217 * swiftlang/swift-corelibs-foundation#5194
1 parent 8c98160 commit ce849f7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Proposals/NNNN-String-Encoding-Names.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,7 @@ This feature can be freely adopted and un-adopted in source code with no deploym
237237

238238
## Future directions
239239

240-
`String.init(data:encoding:)` and `String.data(using:)` will be implemented more appropriately[^string-data-regression].
241-
242-
[^string-data-regression]: https://github.com/swiftlang/swift-foundation/issues/1015
243-
240+
This feature will make more programs easy to parse string encoding names so that (e.g.) Web apps written in Swift won't need to implement such parser on their own.
244241

245242
Hopefully, happening some cascades like below might be expected in the longer term.
246243

@@ -276,8 +273,6 @@ public struct WHATWGEncoding: StrawmanStringEncodingProtocol {
276273

277274
</div></details>
278275

279-
- `String.Encoding` might be deprecated as a natural course in the distant future??
280-
281276

282277
## Alternatives considered
283278

0 commit comments

Comments
 (0)