Skip to content
Snippets Groups Projects
Commit bce2c214 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Use HTML entity for non-ASCII unicode

Change-Id: If8b605778196a5c0a0205ebd49378759027ee265
parent 8b01650b
No related branches found
No related tags found
No related merge requests found
......@@ -34,10 +34,11 @@
<!-- U+221A: "√" SQUARE ROOT -->
<Key
latin:keyLabel="&#x221A;" />
<!-- U+03C0: "π" GREEK SMALL LETTER PI -->
<!-- U+03C0: "π" GREEK SMALL LETTER PI
U+03A0: "Π" GREEK CAPITAL LETTER PI -->
<Key
latin:keyLabel="&#x03C0;"
latin:moreKeys="Π" />
latin:moreKeys="&#x03A0;" />
<!-- U+00F7: "÷" DIVISION SIGN -->
<Key
latin:keyLabel="&#x00F7;" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment