Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства является частью версии 5.0 Инструментов XCode

Получить эти инструменты:

Если Вы выполняете версию Инструментов XCode кроме 5,0, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.



native2ascii(1)                                                                              native2ascii(1)



NAME
       native2ascii - native to ASCII converter

SYNOPSIS
       native2ascii [ options ]
            [ inputfile [outputfile]]

DESCRIPTION
       The Java compiler and other Java tools can only process files that contain Latin-1 or Unicode-encoded
       (\udddd notation) characters.  native2ascii converts files that contain other character encoding into
       files containing Latin-1 or Unicode-encoded charaters.

       If  outputfile is omitted, standard output is used for output.  In addition, if inputfile is omitted,
       standard input is used for input.

OPTIONS
       The following options are supported:

       -encoding encoding_name
            Specifies the encoding name that is used by the conversion procedure.  The default  encoding  is
            taken  from  system property file.encoding.  The encoding_name string must be one taken from the
            first column of the table of supported encodings in the Supported Encodings document:

            http://java.sun.com/j2se/1.5/docs/guide/intl/encoding.doc.html

       -reverse
            Performs the reverse operation: converts a file with Latin-1 or  Unicode-encoded  characters  to
            one with native-encoded characters.

       -Joption       Pass  option to the Java virtual machine, where option is one of the options described
                      on the man page for the java application launcher,  java(1).  For  example,  -J-Xms48m
                      sets  the  startup  memory  to  48 megabytes. It is a common convention for -J to pass
                      options to the underlying virtual machine.






                                                 22 Jun 2004                                 native2ascii(1)

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации со ссылками на отзыв ниже.
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API через Генератор отчетов Ошибки.
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.