mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Use HTML entity for non-ASCII unicode
Change-Id: If8b605778196a5c0a0205ebd49378759027ee265
This commit is contained in:
parent
8b01650b12
commit
bce2c214d1
@ -34,10 +34,11 @@
|
||||
<!-- U+221A: "√" SQUARE ROOT -->
|
||||
<Key
|
||||
latin:keyLabel="√" />
|
||||
<!-- U+03C0: "π" GREEK SMALL LETTER PI -->
|
||||
<!-- U+03C0: "π" GREEK SMALL LETTER PI
|
||||
U+03A0: "Π" GREEK CAPITAL LETTER PI -->
|
||||
<Key
|
||||
latin:keyLabel="π"
|
||||
latin:moreKeys="Π" />
|
||||
latin:moreKeys="Π" />
|
||||
<!-- U+00F7: "÷" DIVISION SIGN -->
|
||||
<Key
|
||||
latin:keyLabel="÷" />
|
||||
|
Loading…
Reference in New Issue
Block a user