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, only use getLocalizedInputStream on input streams that are known to be ASCII or DBCS. Do not use it on input streams that are already Unicode.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.