perky 03/05/17 14:13:53
Modified: src/maps Makefile
Log:
cp932ext not cp932
Revision Changes Path
1.2 +2 -2 cjkcodecs/src/maps/Makefile
Index: Makefile
===================================================================
RCS file: /cvsroot/koco/cjkcodecs/src/maps/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile 17 May 2003 21:00:59 -0000 1.1
+++ Makefile 17 May 2003 21:13:53 -0000 1.2
@@ -25,10 +25,10 @@
# IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: Makefile,v 1.1 2003/05/17 21:00:59 perky Exp $
+# $Id: Makefile,v 1.2 2003/05/17 21:13:53 perky Exp $
#
-CHARSETS_BOTH= cp932 gb18030ext big5 cp950ext
+CHARSETS_BOTH= cp932ext gb18030ext big5 cp950ext
CHARSETS_ENC= jisxcommon gbcommon cp949
CHARSETS_DEC= jisx0212 jisx0208 gbkext gb2312 cp949ext \
ksx1001
|