Developer's Guide to Internationalization
  Suchtext Nur in diesem Buch
Dieses Buch im PDF-Format herunterladen

Preface

This book is intended for people who need to write internationalized software for the Solaris environment. Knowledge of the C programming language is assumed. All operating system information pertains to SunOS, while all window system information pertains to OpenWindows 3.3.

Book Organization

The material in this book is organized as follows:

Conventions

The following conventions are used in the procedures and examples throughout this guide.
  • System prompts and error messages are printed in listing font.
  • Information you type as a command or in response to prompts is shown in boldface listing font. Type everything shown in boldface exactly as it appears in the text.
  • Parts of a command shown in italic text refer to a variable that you have to substitute from a selection. It is up to you to make the correct substitution.
  • Dialogues between you and the system are enclosed in boxes:
  • Sections of program code are enclosed in boxes:
  • Control characters are shown by the word "Control-" followed by the appropriate character, such as Control-D. To enter a control character, hold down the key marked Control and press the appropriate key.

Imported image(501x62)

Imported image(501x86)

  • The standard prompt signs are the dollar sign ($) or percent sign (%) for ordinary users, and the sharp (#) when a command must be executed by root or the superuser.
  • When commands are mentioned in the text for the first time, a reference to the manual page for the command is often given with the section number in parentheses: command(section). For example, grep(1) is the grep command described in section 1 of the manual pages.