IceCubesApp/Packages/Models
Paul Schuetz 7caf00d07d
Resolve escaped characters in a status (#2071)
* Resolve escaped characters in a status

Escaped characters are now returned to their original form for
HTMLString.asRawText.

* Unescape the markdown version too

The HTMLString.asMarkdown string is now also unescaped, & and
similar are resolved.

* Fix a internal fallback

If one of the unescape(...) commands fails, the original, unescaped
text is used instead of an empty string.
2024-05-13 21:32:38 +02:00
..
.swiftpm/xcode/xcshareddata/xcschemes Upgrade to Swift tools version 5.9 + strict Swift concurrency everywhere 2023-09-15 12:46:15 +02:00
Sources/Models Resolve escaped characters in a status (#2071) 2024-05-13 21:32:38 +02:00
Tests/ModelsTests Fix modelTests 2023-12-30 09:16:18 +01:00
.gitignore Split Models from Network package 2022-11-29 09:28:17 +01:00
Package.swift VisionOS native support (#1758) 2023-12-19 09:51:20 +01:00
README.md Split Models from Network package 2022-11-29 09:28:17 +01:00

Models

A description of this package.