summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2019-04-08 18:35:51 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2019-04-08 18:35:51 +0100
commitac46ecbc1c2e756af6c2decfbd5e0a9d332fa781 (patch)
treee5e1ef3c456e66dfd2bb1a8e0b0a1fbe13506fed /frontends
parent35dbf07440cb6c5c26e1dbe2f7cd83ad95b745e1 (diff)
downloadnetsurf-ac46ecbc1c2e756af6c2decfbd5e0a9d332fa781.tar.gz
netsurf-ac46ecbc1c2e756af6c2decfbd5e0a9d332fa781.tar.bz2
Small Capital Q codepoint
Diffstat (limited to 'frontends')
-rw-r--r--frontends/amiga/font_bullet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/amiga/font_bullet.c b/frontends/amiga/font_bullet.c
index 62c2dde08..0b414c24e 100644
--- a/frontends/amiga/font_bullet.c
+++ b/frontends/amiga/font_bullet.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2008 - 2016 Chris Young <chris@unsatisfactorysoftware.co.uk>
+ * Copyright 2008 - 2019 Chris Young <chris@unsatisfactorysoftware.co.uk>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -82,7 +82,7 @@ const uint16 sc_table[] = {
0x006E, 0x0274, /* n */
0x006F, 0x1D0F, /* o */
0x0070, 0x1D18, /* p */
- 0x0071, 0xA7EE, /* q (proposed) (Adobe codepoint 0xF771) */
+ 0x0071, 0xA7AF, /* q */
0x0072, 0x0280, /* r */
0x0073, 0xA731, /* s */
0x0074, 0x1D1B, /* t */