summaryrefslogtreecommitdiff
path: root/enc/trans
diff options
context:
space:
mode:
Diffstat (limited to 'enc/trans')
-rw-r--r--enc/trans/single_byte.trans2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/trans/single_byte.trans b/enc/trans/single_byte.trans
index 8cbf474eb5..8c9565c605 100644
--- a/enc/trans/single_byte.trans
+++ b/enc/trans/single_byte.trans
@@ -1,7 +1,7 @@
#include "transcode_data.h"
<%
- us_ascii_map = [["{00-7f}", :nomap], ["{80-ff}", :undef]]
+ us_ascii_map = [["{00-7f}", :nomap]]
ISO_8859_1_TO_UCS_TBL = (0x80..0xff).map {|c| ["%02X" % c, c] }
CONTROL1_TO_UCS_TBL = (0x80..0x9f).map {|c| ["%02X" % c, c] }