mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-03-17 21:31:57 +01:00
additional html entities x2d, middot
This commit is contained in:
parent
2230d1467c
commit
30e9d4b3cd
@ -143,6 +143,7 @@ object MetaTagsParser {
|
||||
"GT" to ">",
|
||||
"nbsp" to " ",
|
||||
"NBSP" to " ",
|
||||
"middot" to "·",
|
||||
)
|
||||
val CHAR_REFS =
|
||||
mapOf(
|
||||
@ -160,6 +161,7 @@ object MetaTagsParser {
|
||||
"hellip" to "…",
|
||||
"x27" to "'",
|
||||
"nbsp" to " ",
|
||||
"x2d" to "-",
|
||||
)
|
||||
|
||||
fun replaceCharRefs(match: MatchResult): String {
|
||||
|
Loading…
x
Reference in New Issue
Block a user