dsrc isn't necessary for this repo
[client-tools.git] / src / external / 3rd / library / perforce / include / i18napi.h
blob3d9e4c0ca5df0870e1e3475259a9daa34c4e8adb
1 /*
2 * Copyright 2003 Perforce Software. All rights reserved.
4 * This file is part of Perforce - the FAST SCM System.
5 */
7 /*
8 * I18NAPI.h - API support for charset conversion identifiers
12 class CharSetApi {
13 public:
15 * The CharSet enum provides the values for the ClientApi::SetTrans
16 * api call. You may need to cast to (int)
19 enum CharSet {
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 *);