We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4a813 commit b497abcCopy full SHA for b497abc
src/backend/utils/mb/Unicode/Makefile
@@ -63,12 +63,13 @@ ISO8859TEXTS = 8859-2.TXT 8859-3.TXT 8859-4.TXT 8859-5.TXT \
63
8859-10.TXT 8859-13.TXT 8859-14.TXT 8859-15.TXT \
64
8859-16.TXT
65
66
-WINTEXTS = CP866.TXT CP874.TXT CP1250.TXT CP1251.TXT \
+WINTEXTS = CP866.TXT CP874.TXT CP936.TXT CP949.TXT \
67
+ CP1250.TXT CP1251.TXT \
68
CP1252.TXT CP1253.TXT CP1254.TXT CP1255.TXT \
69
CP1256.TXT CP1257.TXT CP1258.TXT
70
71
GENERICTEXTS = $(ISO8859TEXTS) $(WINTEXTS) \
- KOI8-R.TXT CP936.TXT CP949.TXT JOHAB.TXT
72
+ KOI8-R.TXT JOHAB.TXT
73
74
all: $(MAPS)
75
0 commit comments