Changeset 357


Ignore:
Timestamp:
Feb 19, 2008, 8:48:00 PM (17 years ago)
Author:
pr
Message:

Add CP1386.

Location:
branches/branch-1-0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/include/encodings/alltables.h

    r153 r357  
    3939#include "encodings\cp1257.h"
    4040#include "encodings\cp1258.h"
     41#include "encodings\cp1386.h"  // WarpIN V1.0.16 (2008-02-19) [pr]
    4142#include "encodings\iso8859-1.h"
    4243#include "encodings\iso8859-10.h"
  • branches/branch-1-0/include/encodings/base.h

    r186 r357  
    6969        enc_cp1257,
    7070        enc_cp1258,
     71        enc_cp1386,  // WarpIN V1.0.16 (2008-02-19) [pr]
    7172        enc_iso8859_1,
    7273        enc_iso8859_2,
  • branches/branch-1-0/src/helpers/encodings.c

    r258 r357  
    2121
    2222/*
    23  *      Copyright (C) 2001-2002 Ulrich M”ller.
     23 *      Copyright (C) 2001-2008 Ulrich M”ller.
    2424 *      This file is part of the "XWorkplace helpers" source package.
    2525 *      This is free software; you can redistribute it and/or modify
     
    124124        ENCODINGENTRY(cp1257),    1257,  0, SINGLE, "Windows Latin-4",
    125125        ENCODINGENTRY(cp1258),    1258,  0, UNKNOWN, "unknown",
     126        ENCODINGENTRY(cp1386),    1386,  0, DOUBLE, "Chinese (IBM)",  // WarpIN V1.0.16 (2008-02-19) [pr]
    126127        ENCODINGENTRY(iso8859_1),  819,  1, SINGLE, "ISO/IEC 8859-1:1998 (Latin-1)",
    127128        ENCODINGENTRY(iso8859_2),  912,  2, SINGLE, "ISO 8859-2:1999 (Latin-2)",
Note: See TracChangeset for help on using the changeset viewer.