Programming with FTP OLE Automation
NationalReplacementSet property
Syntax |
Object.NationalReplacementSet |
Data type |
Enumeration |
Returns (first syntax line) or specifies (second syntax line) a set of character translations that occurs between the local computer and the FTP server in 7-bit mode. Translations are not performed unless the UseNRC property is set to True.
The default value is RcUSASCII.
Symbolic Constant Name |
Numeric Value |
rcUSASCII |
0 |
rcBritish |
1 |
rcFrench |
3 |
rcGerman |
4 |
rcItalian |
5 |
rcNorwegian |
6 |
rcDanish |
16 |
rcSwedish |
7 |
rcDutch |
24 |
rcSwissGerman |
9 |
rcEuropeanSpanish |
22 |
rcLatinSpanish |
23 |
rcPortuguese |
12 |
rcFinnish |
17 |
rcCanadianEnglish |
21 |
rcFlemish |
25 |
rcCanadianFrench |
2 |
rcSwissFrench |
8 |
rcEnglish |
0 |
rcJapanese |
26 |
NATIONAL-REPLACEMENT-SET