swift-html-entities icon indicating copy to clipboard operation
swift-html-entities copied to clipboard

HTML5 spec-compliant character encoder/decoder for Swift

Results 5 swift-html-entities issues
Sort by recently updated
recently updated
newest added

## Description fixes #67 I fixed the code points of ≪⃒ (`≪⃒`) in `namedCharactersDecodeMap2` and added a test case to verify if `*DecodeMap`s match https://html.spec.whatwg.org/entities.json. ## Motivation and Context #67...

See comment in: https://github.com/Kitura/swift-html-entities/pull/65#issuecomment-1079367561

Seems like tvOS support is missing in the new podspec in 4.0.0 . Please update it

In podspec, It can not be used as dependency in this way s.dependency 'HTMLEntities', :git => 'https://github.com/IBM-Swift/swift-html-entities.git' Please publish the pod by which it can used as s.dependency 'HTMLEntities', ‘~>...

Update various resource references from IBM-Swift to Kitura, wherever applicable.