Java Internationalization

個数:

Java Internationalization

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • ページ数 444 p.
  • 言語 ENG
  • 商品コード 9780596000196
  • DDC分類 005.133

Full Description

On the Internet, there are almost no barriers against international commerce. Except for language. Unfortunately, most software is still written in English. This text shows how to write software that is truly multi-lingual, using Java's very sophisticated internationalization facilities. English-only software is already obsolete. This text explores Java Unicode and provides concrete examples for using its features to create multi-lingual user interfaces, to correctly format currency, dates and times, and to ensure font support for different languages.

Contents

Preface. 1. Introduction to Internationalization What Are Software Internationalization, Localization, and Globalization? Why Choose Java for International Applications? What is a Locale? A Simple Application. 2. Writing Systems Ancient Writing Systems Far East Writing Systems Bidirectional Scripts Greek, Latin, and Cyrillic Indic Scripts Thai Script Punctuation. 3. Locales Defining a Locale Working with the Locale Class Querying for Locale Information Checking Available Locales. 4. Isolating Locale-Specific Data with Resource Bundles Why Use Resource Bundles? The ResourceBundle Class How Resource Bundles Are Discovered and Named Property Resource Bundles List Resource Bundles Resource Bundle Caveats Deploying Resource Bundles with Applets Design Considerations for Resource Bundles. 5. Formatting Messages Date and Time Formats Number Formats Message Formats. 6. Character Sets and Unicode What Are Character Sets? What Are Encoding Methods? What Is Unicode? Unicode Encoding Methods Code Set Conversion. 7. Searching, Sorting, and Text Boundary Detection Collation Issues Sorting in Java Tailoring Collation Improving Performance Searching Detecting Text Boundaries. 8. Fonts and Text Rendering Characters, Glyphs, and Fonts Java's Font-Related Classes Components for Rendering Complex Text TrueType Font Support in Java Working with the font.properties File Adding New Fonts to Your System. 9. Internationalized Graphical User Interfaces General Issues Component Orientation Internationalization and Localization Caveats for Various Components Using a Layout Manager Copying, Cutting, and Pasting International Text A Simple Example. 10. Input Methods What Are Input Methods? What Is the Java Input Method Framework? Selecting Input Methods Using the Input Method Engine SPI Developing a Simple Input Method How to Package and Install Input Methods Developing a More Complex Input Method. 11. Internationalized Web Applications Applets Servlets JavaServer Pages 12. Future Enhancements to the Internationalization Support in Java Unicode 3.0 Support Enhanced Complex Text Character Converter Framework Improving the Input Method Framework A. Language and Country Codes. B. Character Encodings Supported by Java C. Unicode Character Blocks D. Programmer's Quick Reference E. Internationalization Enhancements Across Versions of the JDK Glossary Bibliography Index