summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-12-03 11:31:50 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-12-03 11:31:50 +0000
commitb4545754934b88409305e21c7534334fe9c60055 (patch)
tree7fad9803f8e8fd74189f2868828de7b349ea2308 /riscos
parent53fe38504f087ec278177e562f57ac2e744927ac (diff)
downloadnetsurf-b4545754934b88409305e21c7534334fe9c60055.tar.gz
netsurf-b4545754934b88409305e21c7534334fe9c60055.tar.bz2
Fix for text export of certain pages, by jmb.
svn path=/trunk/netsurf/; revision=5872
Diffstat (limited to 'riscos')
-rw-r--r--riscos/ucstables.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/riscos/ucstables.c b/riscos/ucstables.c
index 6f7acfbbc..d84717a24 100644
--- a/riscos/ucstables.c
+++ b/riscos/ucstables.c
@@ -376,28 +376,28 @@ const int *ucstable_from_alphabet(int alphabet)
static const char *localencodings[] = {
- "ISO-8859-1", /* BFont - 100 - just use Latin1, instead */
- "ISO-8859-1",
- "ISO-8859-2",
- "ISO-8859-3",
- "ISO-8859-4",
- "ISO-8859-5",
- "ISO-8859-6",
- "ISO-8859-7",
- "ISO-8859-8",
- "ISO-8859-9",
- "ISO-IR-182",
+ "ISO-8859-1//TRANSLIT", /* BFont - 100 - just use Latin1, instead */
+ "ISO-8859-1//TRANSLIT",
+ "ISO-8859-2//TRANSLIT",
+ "ISO-8859-3//TRANSLIT",
+ "ISO-8859-4//TRANSLIT",
+ "ISO-8859-5//TRANSLIT",
+ "ISO-8859-6//TRANSLIT",
+ "ISO-8859-7//TRANSLIT",
+ "ISO-8859-8//TRANSLIT",
+ "ISO-8859-9//TRANSLIT",
+ "ISO-IR-182//TRANSLIT",
"UTF-8",
- "ISO-8859-15",
- "ISO-8859-10",
- "ISO-8859-13",
- "ISO-8859-14",
- "ISO-8859-16",
+ "ISO-8859-15//TRANSLIT",
+ "ISO-8859-10//TRANSLIT",
+ "ISO-8859-13//TRANSLIT",
+ "ISO-8859-14//TRANSLIT",
+ "ISO-8859-16//TRANSLIT",
#define CONT_ENC_END 116 /* RISC OS alphabet numbers lie in a
* contiguous range [100,CONT_ENC_END]
* _except_ for Cyrillic2, which doesn't.
*/
- "CP866" /* Cyrillic2 - 120 */
+ "CP866//TRANSLIT" /* Cyrillic2 - 120 */
};
static const struct special {