DBCS, Unicode, and Java Previous
Previous
Introduction
Introduction

Programming Considerations

DBCS is language-dependent. Therefore, getLocalizedInputStream and getLocalizedOutputStream use the language of your operating system as the basis for interpreting DBCS characters. Also, getLocalizedInputStream should only be used on input streams that are known to be ASCII or DBCS. It should not be used on input streams that are already Unicode.

© 1996 Microsoft Corporation. All rights reserved.