2 * Copyright 2003 Perforce Software. All rights reserved.
4 * This file is part of Perforce - the FAST SCM System.
8 * I18NAPI.h - API support for charset conversion identifiers
15 * The CharSet enum provides the values for the ClientApi::SetTrans
16 * api call. You may need to cast to (int)
20 NOCONV
= 0, UTF_8
, ISO8859_1
, UTF_16
, SHIFTJIS
, EUCJP
,
21 WIN_US_ANSI
, WIN_US_OEM
, MACOS_ROMAN
, ISO8859_15
24 static CharSet
Lookup(const char *);