boxes/test/175_utf8_happy_design_info.cfg
2023-05-04 21:32:49 +02:00

50 lines
992 B
INI
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# This config contains UTF-8-encoded elements used correctly, and a simple colored box design.
BOX designA
author "沐宸" # in a value
designer "John Doe"
𝕂𝕖𝕪𝕨𝕠𝕣𝕕 "value" # in a keyword
Mix𝕖𝕕 "value"
sample
┏━ 沐宸 若汐 ━┓
┗━━━━━━━━━━━━━┛
ends
# Monochrome sample (with UTF-8):
# ┏━ 沐宸 若汐 ━┓
# ┃
# ┃
# ┗━━━━━━━━━━━━━┛
shapes {
n (" 沐宸 若汐 ")
nw ("┏")
nnw ("━")
nne ("━")
ne ("┓")
e ("┃")
w ("", "")
se ("┗")
s ("━")
sw ("┛")
}
elastic (
nnw, nne, e, w, s
)
padding {
horiz 1
}
replace "ä" with "ö"
reverse "ö" to "ä"
END designA