Use lowercase in hex numbers
diff --git a/tables/da-dk-octobraille.dis b/tables/da-dk-octobraille.dis
index af90aeb..213072c 100644
--- a/tables/da-dk-octobraille.dis
+++ b/tables/da-dk-octobraille.dis
@@ -284,10 +284,10 @@
# Unicode characters corresponding to \x0080 - \x009f In Windows CP-1252.
# Necessary for Braille display drivers delivering Unicode as Braille input to Liblouis
-nofor display \x20AC 1578 #EURO SIGN (0x80)
-nofor display \x201A 457 #Low single quote (0x82)
+nofor display \x20ac 1578 #EURO SIGN (0x80)
+nofor display \x201a 457 #Low single quote (0x82)
nofor display \x0192 58 #Flurihn (0x83)
-nofor display \x201E 2378 #Low quote (0x84)
+nofor display \x201e 2378 #Low quote (0x84)
nofor display \x2026 6 #Elipsis (0x85)
nofor display \x2020 2357 #Dagger (0x86
nofor display \x2021 23578 #Double dagger (0x87
@@ -304,10 +304,10 @@
nofor display \x2022 37 #Bullit (0x95)
nofor display \x2013 36 #EN DASH (0x96)
nofor display \x2014 367 #Em DASH (0x97)
-nofor display \x02DC 46 #SMALL TILDE (0x98)
+nofor display \x02dc 46 #SMALL TILDE (0x98)
nofor display \x2122 234578 #TRADE MARK SIGN (0x99)
nofor display \x0161 2348 #LATIN SMALL LETTER S WITH CARON (0x9a)
-nofor display \x203A 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
+nofor display \x203a 4567 #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (0x9b)
nofor display \x0153 1358 #LATIN SMALL LIGATURE OE (0x9c)
nofor display \x017e 346 #LATIN SMALL LETTER Z WITH CARON (0x9e)
nofor display \x0178 2345678 #LATIN CAPITAL LETTER Y WITH DIAERESIS (0x9f)